| Modifier and Type | Method and Description |
|---|---|
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.v3.Intent] that matched the query.
|
Match.Builder |
Match.Builder.clearMatchType()
Type of this [Match][google.cloud.dialogflow.cx.v3.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 |
QueryResult.Builder.getMatchBuilder()
Intent match result, could be an intent or an event.
|
Match.Builder |
FulfillIntentRequest.Builder.getMatchBuilder()
The matched intent/event to fulfill.
|
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(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Match.Builder |
Match.Builder.mergeFrom(Match other) |
Match.Builder |
Match.Builder.mergeFrom(com.google.protobuf.Message other) |
Match.Builder |
Match.Builder.mergeIntent(Intent value)
The [Intent][google.cloud.dialogflow.cx.v3.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.Builder builderForValue)
The [Intent][google.cloud.dialogflow.cx.v3.Intent] that matched the query.
|
Match.Builder |
Match.Builder.setIntent(Intent value)
The [Intent][google.cloud.dialogflow.cx.v3.Intent] that matched the query.
|
Match.Builder |
Match.Builder.setMatchType(Match.MatchType value)
Type of this [Match][google.cloud.dialogflow.cx.v3.Match].
|
Match.Builder |
Match.Builder.setMatchTypeValue(int value)
Type of this [Match][google.cloud.dialogflow.cx.v3.Match].
|
Match.Builder |
Match.Builder.setParameters(com.google.protobuf.Struct.Builder builderForValue)
The collection of parameters extracted from the query.
|
Match.Builder |
Match.Builder.setParameters(com.google.protobuf.Struct value)
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() |
| Modifier and Type | Method and Description |
|---|---|
List<Match.Builder> |
MatchIntentResponse.Builder.getMatchesBuilderList()
Match results, if more than one, ordered descendingly by the confidence
we have that the particular intent matches the query.
|
| Modifier and Type | Method and Description |
|---|---|
MatchIntentResponse.Builder |
MatchIntentResponse.Builder.addMatches(int index,
Match.Builder builderForValue)
Match results, if more than one, ordered descendingly by the confidence
we have that the particular intent matches the query.
|
MatchIntentResponse.Builder |
MatchIntentResponse.Builder.addMatches(Match.Builder builderForValue)
Match results, if more than one, ordered descendingly by the confidence
we have that the particular intent matches the query.
|
QueryResult.Builder |
QueryResult.Builder.setMatch(Match.Builder builderForValue)
Intent match result, could be an intent or an event.
|
FulfillIntentRequest.Builder |
FulfillIntentRequest.Builder.setMatch(Match.Builder builderForValue)
The matched intent/event to fulfill.
|
MatchIntentResponse.Builder |
MatchIntentResponse.Builder.setMatches(int index,
Match.Builder builderForValue)
Match results, if more than one, ordered descendingly by the confidence
we have that the particular intent matches the query.
|
Copyright © 2025 Google LLC. All rights reserved.