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.v2beta1.ConversationProfile conversation_profiles = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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.v2beta1.ConversationProfile conversation_profiles = 1;
| Returns | |
|---|---|
| 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.v2beta1.ConversationProfile conversation_profiles = 1;
| Returns | |
|---|---|
| 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.v2beta1.ConversationProfile conversation_profiles = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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.v2beta1.ConversationProfile conversation_profiles = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.dialogflow.v2beta1.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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |