public interface ListConversationDatasetsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConversationDatasets(int index)
public abstract ConversationDataset getConversationDatasets(int index)The list of datasets to return.
repeated .google.cloud.dialogflow.v2.ConversationDataset conversation_datasets = 1;
| Name | Description |
| index | int |
| Type | Description |
| ConversationDataset |
getConversationDatasetsCount()
public abstract int getConversationDatasetsCount()The list of datasets to return.
repeated .google.cloud.dialogflow.v2.ConversationDataset conversation_datasets = 1;
| Type | Description |
| int |
getConversationDatasetsList()
public abstract List<ConversationDataset> getConversationDatasetsList()The list of datasets to return.
repeated .google.cloud.dialogflow.v2.ConversationDataset conversation_datasets = 1;
| Type | Description |
| List<ConversationDataset> |
getConversationDatasetsOrBuilder(int index)
public abstract ConversationDatasetOrBuilder getConversationDatasetsOrBuilder(int index)The list of datasets to return.
repeated .google.cloud.dialogflow.v2.ConversationDataset conversation_datasets = 1;
| Name | Description |
| index | int |
| Type | Description |
| ConversationDatasetOrBuilder |
getConversationDatasetsOrBuilderList()
public abstract List<? extends ConversationDatasetOrBuilder> getConversationDatasetsOrBuilderList()The list of datasets to return.
repeated .google.cloud.dialogflow.v2.ConversationDataset conversation_datasets = 1;
| Type | Description |
| List<? extends com.google.cloud.dialogflow.v2.ConversationDatasetOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()The token to use 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()The token to use 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. |