Match.Builder |
MatchIntentResponse.Builder.addMatchesBuilder() |
Match results, if more than one, ordered descendingly by the confidence
we have that the particular intent matches the query.
|
Match.Builder |
MatchIntentResponse.Builder.addMatchesBuilder(int index) |
Match results, if more than one, ordered descendingly by the confidence
we have that the particular intent matches the query.
|
Match.Builder |
Match.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Match.Builder |
Match.Builder.clear() |
|
Match.Builder |
Match.Builder.clearConfidence() |
The confidence of this match.
|
Match.Builder |
Match.Builder.clearEvent() |
The event that matched the query.
|
Match.Builder |
Match.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Match.Builder |
Match.Builder.clearIntent() |
The [Intent][google.cloud.dialogflow.cx.v3beta1.Intent] that matched the
query.
|
Match.Builder |
Match.Builder.clearMatchType() |
Type of this [Match][google.cloud.dialogflow.cx.v3beta1.Match].
|
Match.Builder |
Match.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Match.Builder |
Match.Builder.clearParameters() |
The collection of parameters extracted from the query.
|
Match.Builder |
Match.Builder.clearResolvedInput() |
Final text input which was matched during MatchIntent.
|
Match.Builder |
Match.Builder.clone() |
|
Match.Builder |
FulfillIntentRequest.Builder.getMatchBuilder() |
The matched intent/event to fulfill.
|
Match.Builder |
QueryResult.Builder.getMatchBuilder() |
Intent match result, could be an intent or an event.
|
Match.Builder |
MatchIntentResponse.Builder.getMatchesBuilder(int index) |
Match results, if more than one, ordered descendingly by the confidence
we have that the particular intent matches the query.
|
Match.Builder |
Match.Builder.mergeFrom(Match other) |
|
Match.Builder |
Match.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Match.Builder |
Match.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Match.Builder |
Match.Builder.mergeIntent(Intent value) |
The [Intent][google.cloud.dialogflow.cx.v3beta1.Intent] that matched the
query.
|
Match.Builder |
Match.Builder.mergeParameters(com.google.protobuf.Struct value) |
The collection of parameters extracted from the query.
|
Match.Builder |
Match.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Match.Builder |
Match.newBuilder() |
|
static Match.Builder |
Match.newBuilder(Match prototype) |
|
Match.Builder |
Match.newBuilderForType() |
|
protected Match.Builder |
Match.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Match.Builder |
Match.Builder.setConfidence(float value) |
The confidence of this match.
|
Match.Builder |
Match.Builder.setEvent(String value) |
The event that matched the query.
|
Match.Builder |
Match.Builder.setEventBytes(com.google.protobuf.ByteString value) |
The event that matched the query.
|
Match.Builder |
Match.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Match.Builder |
Match.Builder.setIntent(Intent value) |
The [Intent][google.cloud.dialogflow.cx.v3beta1.Intent] that matched the
query.
|
Match.Builder |
Match.Builder.setIntent(Intent.Builder builderForValue) |
The [Intent][google.cloud.dialogflow.cx.v3beta1.Intent] that matched the
query.
|
Match.Builder |
Match.Builder.setMatchType(Match.MatchType value) |
Type of this [Match][google.cloud.dialogflow.cx.v3beta1.Match].
|
Match.Builder |
Match.Builder.setMatchTypeValue(int value) |
Type of this [Match][google.cloud.dialogflow.cx.v3beta1.Match].
|
Match.Builder |
Match.Builder.setParameters(com.google.protobuf.Struct value) |
The collection of parameters extracted from the query.
|
Match.Builder |
Match.Builder.setParameters(com.google.protobuf.Struct.Builder builderForValue) |
The collection of parameters extracted from the query.
|
Match.Builder |
Match.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Match.Builder |
Match.Builder.setResolvedInput(String value) |
Final text input which was matched during MatchIntent.
|
Match.Builder |
Match.Builder.setResolvedInputBytes(com.google.protobuf.ByteString value) |
Final text input which was matched during MatchIntent.
|
Match.Builder |
Match.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Match.Builder |
Match.toBuilder() |
|