Interface BatchUpdateIntentsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchUpdateIntentsResponse
,BatchUpdateIntentsResponse.Builder
public interface BatchUpdateIntentsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Intent
getIntents(int index)
The collection of updated or created intents.int
getIntentsCount()
The collection of updated or created intents.List<Intent>
getIntentsList()
The collection of updated or created intents.IntentOrBuilder
getIntentsOrBuilder(int index)
The collection of updated or created intents.List<? extends IntentOrBuilder>
getIntentsOrBuilderList()
The collection of updated or created intents.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getIntentsList
List<Intent> getIntentsList()
The collection of updated or created intents.
repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;
-
getIntents
Intent getIntents(int index)
The collection of updated or created intents.
repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;
-
getIntentsCount
int getIntentsCount()
The collection of updated or created intents.
repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;
-
getIntentsOrBuilderList
List<? extends IntentOrBuilder> getIntentsOrBuilderList()
The collection of updated or created intents.
repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;
-
getIntentsOrBuilder
IntentOrBuilder getIntentsOrBuilder(int index)
The collection of updated or created intents.
repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;
-
-