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