Class: Google::Cloud::ContactCenterInsights::V1::ListConversationsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::ListConversationsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
Request to list conversations.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
A filter to reduce results to a specific subset.
-
#page_size ⇒ ::Integer
The maximum number of conversations to return in the response.
-
#page_token ⇒ ::String
The value returned by the last
ListConversationsResponse
. -
#parent ⇒ ::String
Required.
-
#view ⇒ ::Google::Cloud::ContactCenterInsights::V1::ConversationView
The level of details of the conversation.
Instance Attribute Details
#filter ⇒ ::String
Returns A filter to reduce results to a specific subset. Useful for querying conversations with specific properties.
248 249 250 251 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 248 class ListConversationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns The maximum number of conversations to return in the response. A valid page size ranges from 0 to 1,000 inclusive. If the page size is zero or unspecified, a default page size of 100 will be chosen. Note that a call might return fewer results than the requested page size.
248 249 250 251 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 248 class ListConversationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns The value returned by the last ListConversationsResponse
. This value
indicates that this is a continuation of a prior ListConversations
call
and that the system should return the next page of data.
248 249 250 251 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 248 class ListConversationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent resource of the conversation.
248 249 250 251 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 248 class ListConversationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#view ⇒ ::Google::Cloud::ContactCenterInsights::V1::ConversationView
Returns The level of details of the conversation. Default is BASIC
.
248 249 250 251 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 248 class ListConversationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |