Uses of Class
com.google.cloud.dialogflow.v2.IntentBatch.Builder
-
Packages that use IntentBatch.Builder Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of IntentBatch.Builder in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return IntentBatch.Builder Modifier and Type Method Description IntentBatch.Builder
IntentBatch.Builder. addAllIntents(Iterable<? extends Intent> values)
A collection of intents.IntentBatch.Builder
IntentBatch.Builder. addIntents(int index, Intent value)
A collection of intents.IntentBatch.Builder
IntentBatch.Builder. addIntents(int index, Intent.Builder builderForValue)
A collection of intents.IntentBatch.Builder
IntentBatch.Builder. addIntents(Intent value)
A collection of intents.IntentBatch.Builder
IntentBatch.Builder. addIntents(Intent.Builder builderForValue)
A collection of intents.IntentBatch.Builder
IntentBatch.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
IntentBatch.Builder
IntentBatch.Builder. clear()
IntentBatch.Builder
IntentBatch.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
IntentBatch.Builder
IntentBatch.Builder. clearIntents()
A collection of intents.IntentBatch.Builder
IntentBatch.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
IntentBatch.Builder
IntentBatch.Builder. clone()
IntentBatch.Builder
BatchUpdateIntentsRequest.Builder. getIntentBatchInlineBuilder()
The collection of intents to update or create.IntentBatch.Builder
IntentBatch.Builder. mergeFrom(IntentBatch other)
IntentBatch.Builder
IntentBatch.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
IntentBatch.Builder
IntentBatch.Builder. mergeFrom(com.google.protobuf.Message other)
IntentBatch.Builder
IntentBatch.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static IntentBatch.Builder
IntentBatch. newBuilder()
static IntentBatch.Builder
IntentBatch. newBuilder(IntentBatch prototype)
IntentBatch.Builder
IntentBatch. newBuilderForType()
protected IntentBatch.Builder
IntentBatch. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
IntentBatch.Builder
IntentBatch.Builder. removeIntents(int index)
A collection of intents.IntentBatch.Builder
IntentBatch.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
IntentBatch.Builder
IntentBatch.Builder. setIntents(int index, Intent value)
A collection of intents.IntentBatch.Builder
IntentBatch.Builder. setIntents(int index, Intent.Builder builderForValue)
A collection of intents.IntentBatch.Builder
IntentBatch.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
IntentBatch.Builder
IntentBatch.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
IntentBatch.Builder
IntentBatch. toBuilder()
Methods in com.google.cloud.dialogflow.v2 with parameters of type IntentBatch.Builder Modifier and Type Method Description BatchUpdateIntentsRequest.Builder
BatchUpdateIntentsRequest.Builder. setIntentBatchInline(IntentBatch.Builder builderForValue)
The collection of intents to update or create.
-