| Modifier and Type | Method and Description |
|---|---|
Match |
Match.Builder.build() |
Match |
Match.Builder.buildPartial() |
static Match |
Match.getDefaultInstance() |
Match |
Match.getDefaultInstanceForType() |
Match |
Match.Builder.getDefaultInstanceForType() |
Match |
QueryResultOrBuilder.getMatch()
Intent match result, could be an intent or an event.
|
Match |
QueryResult.getMatch()
Intent match result, could be an intent or an event.
|
Match |
QueryResult.Builder.getMatch()
Intent match result, could be an intent or an event.
|
Match |
FulfillIntentRequest.getMatch()
The matched intent/event to fulfill.
|
Match |
FulfillIntentRequest.Builder.getMatch()
The matched intent/event to fulfill.
|
Match |
FulfillIntentRequestOrBuilder.getMatch()
The matched intent/event to fulfill.
|
Match |
MatchIntentResponseOrBuilder.getMatches(int index)
Match results, if more than one, ordered descendingly by the confidence
we have that the particular intent matches the query.
|
Match |
MatchIntentResponse.getMatches(int index)
Match results, if more than one, ordered descendingly by the confidence
we have that the particular intent matches the query.
|
Match |
MatchIntentResponse.Builder.getMatches(int index)
Match results, if more than one, ordered descendingly by the confidence
we have that the particular intent matches the query.
|
static Match |
Match.parseDelimitedFrom(InputStream input) |
static Match |
Match.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Match |
Match.parseFrom(byte[] data) |
static Match |
Match.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Match |
Match.parseFrom(ByteBuffer data) |
static Match |
Match.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Match |
Match.parseFrom(com.google.protobuf.ByteString data) |
static Match |
Match.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Match |
Match.parseFrom(com.google.protobuf.CodedInputStream input) |
static Match |
Match.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Match |
Match.parseFrom(InputStream input) |
static Match |
Match.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<Match> |
MatchIntentResponseOrBuilder.getMatchesList()
Match results, if more than one, ordered descendingly by the confidence
we have that the particular intent matches the query.
|
List<Match> |
MatchIntentResponse.getMatchesList()
Match results, if more than one, ordered descendingly by the confidence
we have that the particular intent matches the query.
|
List<Match> |
MatchIntentResponse.Builder.getMatchesList()
Match results, if more than one, ordered descendingly by the confidence
we have that the particular intent matches the query.
|
com.google.protobuf.Parser<Match> |
Match.getParserForType() |
static com.google.protobuf.Parser<Match> |
Match.parser() |
| Modifier and Type | Method and Description |
|---|---|
MatchIntentResponse.Builder |
MatchIntentResponse.Builder.addMatches(int index,
Match value)
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 value)
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) |
QueryResult.Builder |
QueryResult.Builder.mergeMatch(Match value)
Intent match result, could be an intent or an event.
|
FulfillIntentRequest.Builder |
FulfillIntentRequest.Builder.mergeMatch(Match value)
The matched intent/event to fulfill.
|
static Match.Builder |
Match.newBuilder(Match prototype) |
QueryResult.Builder |
QueryResult.Builder.setMatch(Match value)
Intent match result, could be an intent or an event.
|
FulfillIntentRequest.Builder |
FulfillIntentRequest.Builder.setMatch(Match value)
The matched intent/event to fulfill.
|
MatchIntentResponse.Builder |
MatchIntentResponse.Builder.setMatches(int index,
Match value)
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.addAllMatches(Iterable<? extends Match> values)
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.