Package | Description |
---|---|
com.google.cloud.dialogflow.v2 |
A client to Dialogflow API
|
Modifier and Type | Method and Description |
---|---|
IntentBatch.Builder |
IntentBatch.Builder.addAllIntents(Iterable<? extends Intent> values)
A collection of intents.
|
IntentBatch.Builder |
IntentBatch.Builder.addIntents(Intent.Builder builderForValue)
A collection of intents.
|
IntentBatch.Builder |
IntentBatch.Builder.addIntents(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(int index,
Intent value)
A collection of intents.
|
IntentBatch.Builder |
IntentBatch.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
IntentBatch.Builder |
IntentBatch.Builder.clear() |
IntentBatch.Builder |
IntentBatch.Builder.clearField(Descriptors.FieldDescriptor field) |
IntentBatch.Builder |
IntentBatch.Builder.clearIntents()
A collection of intents.
|
IntentBatch.Builder |
IntentBatch.Builder.clearOneof(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(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
IntentBatch.Builder |
IntentBatch.Builder.mergeFrom(IntentBatch other) |
IntentBatch.Builder |
IntentBatch.Builder.mergeFrom(Message other) |
IntentBatch.Builder |
IntentBatch.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static IntentBatch.Builder |
IntentBatch.newBuilder() |
static IntentBatch.Builder |
IntentBatch.newBuilder(IntentBatch prototype) |
IntentBatch.Builder |
IntentBatch.newBuilderForType() |
protected IntentBatch.Builder |
IntentBatch.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
IntentBatch.Builder |
IntentBatch.Builder.removeIntents(int index)
A collection of intents.
|
IntentBatch.Builder |
IntentBatch.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
IntentBatch.Builder |
IntentBatch.Builder.setIntents(int index,
Intent.Builder builderForValue)
A collection of intents.
|
IntentBatch.Builder |
IntentBatch.Builder.setIntents(int index,
Intent value)
A collection of intents.
|
IntentBatch.Builder |
IntentBatch.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
IntentBatch.Builder |
IntentBatch.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
IntentBatch.Builder |
IntentBatch.toBuilder() |
Modifier and Type | Method and Description |
---|---|
BatchUpdateIntentsRequest.Builder |
BatchUpdateIntentsRequest.Builder.setIntentBatchInline(IntentBatch.Builder builderForValue)
The collection of intents to update or create.
|
Copyright © 2022 Google LLC. All rights reserved.