public interface ListConversationsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFilter()
A filter to reduce results to a specific subset.
|
com.google.protobuf.ByteString |
getFilterBytes()
A filter to reduce results to a specific subset.
|
String |
getOrderBy()
Optional.
|
com.google.protobuf.ByteString |
getOrderByBytes()
Optional.
|
int |
getPageSize()
The maximum number of conversations to return in the response.
|
String |
getPageToken()
The value returned by the last `ListConversationsResponse`.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
The value returned by the last `ListConversationsResponse`.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
ConversationView |
getView()
The level of details of the conversation.
|
int |
getViewValue()
The level of details of the conversation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The parent resource of the conversation.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The parent resource of the conversation.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
int getPageSize()
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.
int32 page_size = 2;String getPageToken()
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.
string page_token = 3;com.google.protobuf.ByteString getPageTokenBytes()
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.
string page_token = 3;String getFilter()
A filter to reduce results to a specific subset. Useful for querying conversations with specific properties.
string filter = 4;com.google.protobuf.ByteString getFilterBytes()
A filter to reduce results to a specific subset. Useful for querying conversations with specific properties.
string filter = 4;String getOrderBy()
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` or `desc` (`create_time desc`). For more details, see [Google AIPs Ordering](https://google.aip.dev/132#ordering).
string order_by = 7 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getOrderByBytes()
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` or `desc` (`create_time desc`). For more details, see [Google AIPs Ordering](https://google.aip.dev/132#ordering).
string order_by = 7 [(.google.api.field_behavior) = OPTIONAL];int getViewValue()
The level of details of the conversation. Default is `BASIC`.
.google.cloud.contactcenterinsights.v1.ConversationView view = 5;ConversationView getView()
The level of details of the conversation. Default is `BASIC`.
.google.cloud.contactcenterinsights.v1.ConversationView view = 5;Copyright © 2025 Google LLC. All rights reserved.