Intent.Builder |
Intent.Builder.addAllParameters(Iterable<? extends Intent.Parameter> values) |
The collection of parameters associated with the intent.
|
Intent.Builder |
Intent.Builder.addAllTrainingPhrases(Iterable<? extends Intent.TrainingPhrase> values) |
The collection of training phrases the agent is trained on to identify the
intent.
|
Intent.Builder |
ListIntentsResponse.Builder.addIntentsBuilder() |
The list of intents.
|
Intent.Builder |
ListIntentsResponse.Builder.addIntentsBuilder(int index) |
The list of intents.
|
Intent.Builder |
Intent.Builder.addParameters(int index,
Intent.Parameter value) |
The collection of parameters associated with the intent.
|
Intent.Builder |
Intent.Builder.addParameters(int index,
Intent.Parameter.Builder builderForValue) |
The collection of parameters associated with the intent.
|
Intent.Builder |
Intent.Builder.addParameters(Intent.Parameter value) |
The collection of parameters associated with the intent.
|
Intent.Builder |
Intent.Builder.addParameters(Intent.Parameter.Builder builderForValue) |
The collection of parameters associated with the intent.
|
Intent.Builder |
Intent.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Intent.Builder |
Intent.Builder.addTrainingPhrases(int index,
Intent.TrainingPhrase value) |
The collection of training phrases the agent is trained on to identify the
intent.
|
Intent.Builder |
Intent.Builder.addTrainingPhrases(int index,
Intent.TrainingPhrase.Builder builderForValue) |
The collection of training phrases the agent is trained on to identify the
intent.
|
Intent.Builder |
Intent.Builder.addTrainingPhrases(Intent.TrainingPhrase value) |
The collection of training phrases the agent is trained on to identify the
intent.
|
Intent.Builder |
Intent.Builder.addTrainingPhrases(Intent.TrainingPhrase.Builder builderForValue) |
The collection of training phrases the agent is trained on to identify the
intent.
|
Intent.Builder |
Intent.Builder.clear() |
|
Intent.Builder |
Intent.Builder.clearDescription() |
Human readable description for better understanding an intent like its
scope, content, result etc.
|
Intent.Builder |
Intent.Builder.clearDisplayName() |
Required.
|
Intent.Builder |
Intent.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Intent.Builder |
Intent.Builder.clearIsFallback() |
Indicates whether this is a fallback intent.
|
Intent.Builder |
Intent.Builder.clearLabels() |
|
Intent.Builder |
Intent.Builder.clearName() |
The unique identifier of the intent.
|
Intent.Builder |
Intent.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Intent.Builder |
Intent.Builder.clearParameters() |
The collection of parameters associated with the intent.
|
Intent.Builder |
Intent.Builder.clearPriority() |
The priority of this intent.
|
Intent.Builder |
Intent.Builder.clearTrainingPhrases() |
The collection of training phrases the agent is trained on to identify the
intent.
|
Intent.Builder |
Intent.Builder.clone() |
|
Intent.Builder |
CreateIntentRequest.Builder.getIntentBuilder() |
Required.
|
Intent.Builder |
Match.Builder.getIntentBuilder() |
The [Intent][google.cloud.dialogflow.cx.v3beta1.Intent] that matched the
query.
|
Intent.Builder |
QueryResult.Builder.getIntentBuilder() |
Deprecated.
|
Intent.Builder |
UpdateIntentRequest.Builder.getIntentBuilder() |
Required.
|
Intent.Builder |
ListIntentsResponse.Builder.getIntentsBuilder(int index) |
The list of intents.
|
Intent.Builder |
ConversationTurn.VirtualAgentOutput.Builder.getTriggeredIntentBuilder() |
The [Intent][google.cloud.dialogflow.cx.v3beta1.Intent] that triggered
the response.
|
Intent.Builder |
Intent.Builder.mergeFrom(Intent other) |
|
Intent.Builder |
Intent.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Intent.Builder |
Intent.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Intent.Builder |
Intent.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Intent.Builder |
Intent.newBuilder() |
|
static Intent.Builder |
Intent.newBuilder(Intent prototype) |
|
Intent.Builder |
Intent.newBuilderForType() |
|
protected Intent.Builder |
Intent.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Intent.Builder |
Intent.Builder.putAllLabels(Map<String,String> values) |
The key/value metadata to label an intent.
|
Intent.Builder |
Intent.Builder.putLabels(String key,
String value) |
The key/value metadata to label an intent.
|
Intent.Builder |
Intent.Builder.removeLabels(String key) |
The key/value metadata to label an intent.
|
Intent.Builder |
Intent.Builder.removeParameters(int index) |
The collection of parameters associated with the intent.
|
Intent.Builder |
Intent.Builder.removeTrainingPhrases(int index) |
The collection of training phrases the agent is trained on to identify the
intent.
|
Intent.Builder |
Intent.Builder.setDescription(String value) |
Human readable description for better understanding an intent like its
scope, content, result etc.
|
Intent.Builder |
Intent.Builder.setDescriptionBytes(com.google.protobuf.ByteString value) |
Human readable description for better understanding an intent like its
scope, content, result etc.
|
Intent.Builder |
Intent.Builder.setDisplayName(String value) |
Required.
|
Intent.Builder |
Intent.Builder.setDisplayNameBytes(com.google.protobuf.ByteString value) |
Required.
|
Intent.Builder |
Intent.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Intent.Builder |
Intent.Builder.setIsFallback(boolean value) |
Indicates whether this is a fallback intent.
|
Intent.Builder |
Intent.Builder.setName(String value) |
The unique identifier of the intent.
|
Intent.Builder |
Intent.Builder.setNameBytes(com.google.protobuf.ByteString value) |
The unique identifier of the intent.
|
Intent.Builder |
Intent.Builder.setParameters(int index,
Intent.Parameter value) |
The collection of parameters associated with the intent.
|
Intent.Builder |
Intent.Builder.setParameters(int index,
Intent.Parameter.Builder builderForValue) |
The collection of parameters associated with the intent.
|
Intent.Builder |
Intent.Builder.setPriority(int value) |
The priority of this intent.
|
Intent.Builder |
Intent.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Intent.Builder |
Intent.Builder.setTrainingPhrases(int index,
Intent.TrainingPhrase value) |
The collection of training phrases the agent is trained on to identify the
intent.
|
Intent.Builder |
Intent.Builder.setTrainingPhrases(int index,
Intent.TrainingPhrase.Builder builderForValue) |
The collection of training phrases the agent is trained on to identify the
intent.
|
Intent.Builder |
Intent.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Intent.Builder |
Intent.toBuilder() |
|