public interface ListConversationProfilesResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ConversationProfile |
getConversationProfiles(int index)
The list of project conversation profiles.
|
int |
getConversationProfilesCount()
The list of project conversation profiles.
|
List<ConversationProfile> |
getConversationProfilesList()
The list of project conversation profiles.
|
ConversationProfileOrBuilder |
getConversationProfilesOrBuilder(int index)
The list of project conversation profiles.
|
List<? extends ConversationProfileOrBuilder> |
getConversationProfilesOrBuilderList()
The list of project conversation profiles.
|
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<ConversationProfile> getConversationProfilesList()
The list of project conversation profiles. There is a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2.ConversationProfile conversation_profiles = 1;
ConversationProfile getConversationProfiles(int index)
The list of project conversation profiles. There is a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2.ConversationProfile conversation_profiles = 1;
int getConversationProfilesCount()
The list of project conversation profiles. There is a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2.ConversationProfile conversation_profiles = 1;
List<? extends ConversationProfileOrBuilder> getConversationProfilesOrBuilderList()
The list of project conversation profiles. There is a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2.ConversationProfile conversation_profiles = 1;
ConversationProfileOrBuilder getConversationProfilesOrBuilder(int index)
The list of project conversation profiles. There is a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2.ConversationProfile conversation_profiles = 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.