| Modifier and Type | Class and Description |
|---|---|
class |
Match
Represents one match result of [MatchIntent][].
|
static class |
Match.Builder
Represents one match result of [MatchIntent][].
|
| Modifier and Type | Method and Description |
|---|---|
MatchOrBuilder |
MatchIntentResponse.getMatchesOrBuilder(int index)
Match results, if more than one, ordered descendingly by the confidence
we have that the particular intent matches the query.
|
MatchOrBuilder |
MatchIntentResponse.Builder.getMatchesOrBuilder(int index)
Match results, if more than one, ordered descendingly by the confidence
we have that the particular intent matches the query.
|
MatchOrBuilder |
MatchIntentResponseOrBuilder.getMatchesOrBuilder(int index)
Match results, if more than one, ordered descendingly by the confidence
we have that the particular intent matches the query.
|
MatchOrBuilder |
QueryResultOrBuilder.getMatchOrBuilder()
Intent match result, could be an intent or an event.
|
MatchOrBuilder |
QueryResult.getMatchOrBuilder()
Intent match result, could be an intent or an event.
|
MatchOrBuilder |
QueryResult.Builder.getMatchOrBuilder()
Intent match result, could be an intent or an event.
|
MatchOrBuilder |
FulfillIntentRequestOrBuilder.getMatchOrBuilder()
The matched intent/event to fulfill.
|
MatchOrBuilder |
FulfillIntentRequest.getMatchOrBuilder()
The matched intent/event to fulfill.
|
MatchOrBuilder |
FulfillIntentRequest.Builder.getMatchOrBuilder()
The matched intent/event to fulfill.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends MatchOrBuilder> |
MatchIntentResponse.getMatchesOrBuilderList()
Match results, if more than one, ordered descendingly by the confidence
we have that the particular intent matches the query.
|
List<? extends MatchOrBuilder> |
MatchIntentResponse.Builder.getMatchesOrBuilderList()
Match results, if more than one, ordered descendingly by the confidence
we have that the particular intent matches the query.
|
List<? extends MatchOrBuilder> |
MatchIntentResponseOrBuilder.getMatchesOrBuilderList()
Match results, if more than one, ordered descendingly by the confidence
we have that the particular intent matches the query.
|
Copyright © 2022 Google LLC. All rights reserved.