public interface ListIntentsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Intent |
getIntents(int index)
The list of agent intents.
|
int |
getIntentsCount()
The list of agent intents.
|
List<Intent> |
getIntentsList()
The list of agent intents.
|
IntentOrBuilder |
getIntentsOrBuilder(int index)
The list of agent intents.
|
List<? extends IntentOrBuilder> |
getIntentsOrBuilderList()
The list of agent intents.
|
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<Intent> getIntentsList()
The list of agent intents. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;Intent getIntents(int index)
The list of agent intents. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;int getIntentsCount()
The list of agent intents. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;List<? extends IntentOrBuilder> getIntentsOrBuilderList()
The list of agent intents. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;IntentOrBuilder getIntentsOrBuilder(int index)
The list of agent intents. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.Intent intents = 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 © 2019 Google LLC. All rights reserved.