Class: Google::Cloud::ContactCenterInsights::V1::ListConversationsRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#filter::String

Returns A filter to reduce results to a specific subset. Useful for querying conversations with specific properties.

Returns:

  • (::String)

    A filter to reduce results to a specific subset. Useful for querying conversations with specific properties.



249
250
251
252
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 249

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.

Returns:

  • (::Integer)

    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.



249
250
251
252
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 249

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.

Returns:

  • (::String)

    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.



249
250
251
252
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 249

class ListConversationsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The parent resource of the conversation.

Returns:

  • (::String)

    Required. The parent resource of the conversation.



249
250
251
252
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 249

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.

Returns:



249
250
251
252
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 249

class ListConversationsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end