public interface ListConversationProfilesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConversationProfiles(int index)
public abstract 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;
| Name | Description |
| index | int |
| Type | Description |
| ConversationProfile |
getConversationProfilesCount()
public abstract 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;
| Type | Description |
| int |
getConversationProfilesList()
public abstract 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;
| Type | Description |
| List<ConversationProfile> |
getConversationProfilesOrBuilder(int index)
public abstract 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;
| Name | Description |
| index | int |
| Type | Description |
| ConversationProfileOrBuilder |
getConversationProfilesOrBuilderList()
public abstract 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;
| Type | Description |
| List<? extends com.google.cloud.dialogflow.v2.ConversationProfileOrBuilder> |
getNextPageToken()
public abstract 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;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract 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;
| Type | Description |
| ByteString | The bytes for nextPageToken. |