public interface ListConversationModelsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConversationModels(int index)
public abstract ConversationModel getConversationModels(int index)The list of models to return.
repeated .google.cloud.dialogflow.v2.ConversationModel conversation_models = 1;
| Name | Description |
| index | int |
| Type | Description |
| ConversationModel |
getConversationModelsCount()
public abstract int getConversationModelsCount()The list of models to return.
repeated .google.cloud.dialogflow.v2.ConversationModel conversation_models = 1;
| Type | Description |
| int |
getConversationModelsList()
public abstract List<ConversationModel> getConversationModelsList()The list of models to return.
repeated .google.cloud.dialogflow.v2.ConversationModel conversation_models = 1;
| Type | Description |
| List<ConversationModel> |
getConversationModelsOrBuilder(int index)
public abstract ConversationModelOrBuilder getConversationModelsOrBuilder(int index)The list of models to return.
repeated .google.cloud.dialogflow.v2.ConversationModel conversation_models = 1;
| Name | Description |
| index | int |
| Type | Description |
| ConversationModelOrBuilder |
getConversationModelsOrBuilderList()
public abstract List<? extends ConversationModelOrBuilder> getConversationModelsOrBuilderList()The list of models to return.
repeated .google.cloud.dialogflow.v2.ConversationModel conversation_models = 1;
| Type | Description |
| List<? extends com.google.cloud.dialogflow.v2.ConversationModelOrBuilder> |
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. |