public interface ListConversationProfilesResponseOrBuilder
extends com.google.protobuf.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.
|
com.google.protobuf.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, hasOneofList<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.v2beta1.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.v2beta1.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.v2beta1.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.v2beta1.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.v2beta1.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;com.google.protobuf.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 © 2023 Google LLC. All rights reserved.