Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::ListConversationsRequest.
Request to list conversations.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
- (::String) — A filter to reduce results to a specific subset. Useful for querying conversations with specific properties.
#filter=
def filter=(value) -> ::String
- value (::String) — A filter to reduce results to a specific subset. Useful for querying conversations with specific properties.
- (::String) — A filter to reduce results to a specific subset. Useful for querying conversations with specific properties.
#order_by
def order_by() -> ::String
-
(::String) — Optional. The attribute by which to order conversations in the response.
If empty, conversations will be ordered by descending creation time.
Supported values are one of the following:
- create_time
- customer_satisfaction_rating
- duration
- latest_analysis
- start_time
- turn_count
The default sort order is ascending. To specify order, append
asc
ordesc
(create_time desc
). For more details, see Google AIPs Ordering.
#order_by=
def order_by=(value) -> ::String
-
value (::String) — Optional. The attribute by which to order conversations in the response.
If empty, conversations will be ordered by descending creation time.
Supported values are one of the following:
- create_time
- customer_satisfaction_rating
- duration
- latest_analysis
- start_time
- turn_count
The default sort order is ascending. To specify order, append
asc
ordesc
(create_time desc
). For more details, see Google AIPs Ordering.
-
(::String) — Optional. The attribute by which to order conversations in the response.
If empty, conversations will be ordered by descending creation time.
Supported values are one of the following:
- create_time
- customer_satisfaction_rating
- duration
- latest_analysis
- start_time
- turn_count
The default sort order is ascending. To specify order, append
asc
ordesc
(create_time desc
). For more details, see Google AIPs Ordering.
#page_size
def page_size() -> ::Integer
- (::Integer) — The maximum number of conversations to return in the response. A valid page size ranges from 0 to 100,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.
#page_size=
def page_size=(value) -> ::Integer
- value (::Integer) — The maximum number of conversations to return in the response. A valid page size ranges from 0 to 100,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.
- (::Integer) — The maximum number of conversations to return in the response. A valid page size ranges from 0 to 100,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.
#page_token
def page_token() -> ::String
-
(::String) — The value returned by the last
ListConversationsResponse
. This value indicates that this is a continuation of a priorListConversations
call and that the system should return the next page of data.
#page_token=
def page_token=(value) -> ::String
-
value (::String) — The value returned by the last
ListConversationsResponse
. This value indicates that this is a continuation of a priorListConversations
call and that the system should return the next page of data.
-
(::String) — The value returned by the last
ListConversationsResponse
. This value indicates that this is a continuation of a priorListConversations
call and that the system should return the next page of data.
#parent
def parent() -> ::String
- (::String) — Required. The parent resource of the conversation.
#parent=
def parent=(value) -> ::String
- value (::String) — Required. The parent resource of the conversation.
- (::String) — Required. The parent resource of the conversation.
#view
def view() -> ::Google::Cloud::ContactCenterInsights::V1::ConversationView
-
(::Google::Cloud::ContactCenterInsights::V1::ConversationView) — The level of details of the conversation. Default is
BASIC
.
#view=
def view=(value) -> ::Google::Cloud::ContactCenterInsights::V1::ConversationView
-
value (::Google::Cloud::ContactCenterInsights::V1::ConversationView) — The level of details of the conversation. Default is
BASIC
.
-
(::Google::Cloud::ContactCenterInsights::V1::ConversationView) — The level of details of the conversation. Default is
BASIC
.