public interface IntentBatchOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Intent |
getIntents(int index)
A collection of intents.
|
int |
getIntentsCount()
A collection of intents.
|
List<Intent> |
getIntentsList()
A collection of intents.
|
IntentOrBuilder |
getIntentsOrBuilder(int index)
A collection of intents.
|
List<? extends IntentOrBuilder> |
getIntentsOrBuilderList()
A collection of intents.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<Intent> getIntentsList()
A collection of intents.
repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;
Intent getIntents(int index)
A collection of intents.
repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;
int getIntentsCount()
A collection of intents.
repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;
List<? extends IntentOrBuilder> getIntentsOrBuilderList()
A collection of intents.
repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;
IntentOrBuilder getIntentsOrBuilder(int index)
A collection of intents.
repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;
Copyright © 2022 Google LLC. All rights reserved.