Class: Google::Cloud::ContactCenterInsights::V1::ListAnalysesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::ListAnalysesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
The request to list analyses.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
A filter to reduce results to a specific subset.
-
#page_size ⇒ ::Integer
The maximum number of analyses to return in the response.
-
#page_token ⇒ ::String
The value returned by the last
ListAnalysesResponse; indicates that this is a continuation of a priorListAnalysescall and the system should return the next page of data. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns A filter to reduce results to a specific subset. Useful for querying conversations with specific properties.
518 519 520 521 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 518 class ListAnalysesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns The maximum number of analyses to return in the response. If this
value is zero, the service will select a default size. A call might return
fewer objects than requested. A non-empty next_page_token in the response
indicates that more data is available.
518 519 520 521 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 518 class ListAnalysesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns The value returned by the last ListAnalysesResponse; indicates
that this is a continuation of a prior ListAnalyses call and
the system should return the next page of data.
518 519 520 521 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 518 class ListAnalysesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent resource of the analyses.
518 519 520 521 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 518 class ListAnalysesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |