public interface ListConversationsResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Conversation |
getConversations(int index)
The list of conversations.
|
int |
getConversationsCount()
The list of conversations.
|
List<Conversation> |
getConversationsList()
The list of conversations.
|
ConversationOrBuilder |
getConversationsOrBuilder(int index)
The list of conversations.
|
List<? extends ConversationOrBuilder> |
getConversationsOrBuilderList()
The list of conversations.
|
String |
getNextPageToken()
Token to retrieve the next page of results, or empty if there are no
more results in the list.
|
ByteString |
getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no
more results in the list.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<Conversation> getConversationsList()
The list of conversations. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.Conversation conversations = 1;
Conversation getConversations(int index)
The list of conversations. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.Conversation conversations = 1;
int getConversationsCount()
The list of conversations. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.Conversation conversations = 1;
List<? extends ConversationOrBuilder> getConversationsOrBuilderList()
The list of conversations. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.Conversation conversations = 1;
ConversationOrBuilder getConversationsOrBuilder(int index)
The list of conversations. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.Conversation conversations = 1;
String getNextPageToken()
Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;
ByteString getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;
Copyright © 2022 Google LLC. All rights reserved.