public interface IntentBatchOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIntents(int index)
public abstract Intent getIntents(int index)A collection of intents.
repeated .google.cloud.dialogflow.v2.Intent intents = 1;
| Name | Description |
index |
int |
| Type | Description |
Intent |
getIntentsCount()
public abstract int getIntentsCount()A collection of intents.
repeated .google.cloud.dialogflow.v2.Intent intents = 1;
| Type | Description |
int |
getIntentsList()
public abstract List<Intent> getIntentsList()A collection of intents.
repeated .google.cloud.dialogflow.v2.Intent intents = 1;
| Type | Description |
List<Intent> |
getIntentsOrBuilder(int index)
public abstract IntentOrBuilder getIntentsOrBuilder(int index)A collection of intents.
repeated .google.cloud.dialogflow.v2.Intent intents = 1;
| Name | Description |
index |
int |
| Type | Description |
IntentOrBuilder |
getIntentsOrBuilderList()
public abstract List<? extends IntentOrBuilder> getIntentsOrBuilderList()A collection of intents.
repeated .google.cloud.dialogflow.v2.Intent intents = 1;
| Type | Description |
List<? extends com.google.cloud.dialogflow.v2.IntentOrBuilder> |