Uses of Interface
com.google.cloud.dialogflow.cx.v3.MatchOrBuilder
-
Packages that use MatchOrBuilder Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of MatchOrBuilder in com.google.cloud.dialogflow.cx.v3
Classes in com.google.cloud.dialogflow.cx.v3 that implement MatchOrBuilder Modifier and Type Class Description class
Match
Represents one match result of [MatchIntent][].static class
Match.Builder
Represents one match result of [MatchIntent][].Methods in com.google.cloud.dialogflow.cx.v3 that return MatchOrBuilder Modifier and Type Method Description 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
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
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
FulfillIntentRequest.Builder. getMatchOrBuilder()
The matched intent/event to fulfill.MatchOrBuilder
FulfillIntentRequest. getMatchOrBuilder()
The matched intent/event to fulfill.MatchOrBuilder
FulfillIntentRequestOrBuilder. getMatchOrBuilder()
The matched intent/event to fulfill.MatchOrBuilder
QueryResult.Builder. 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
QueryResultOrBuilder. getMatchOrBuilder()
Intent match result, could be an intent or an event.Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type MatchOrBuilder Modifier and Type Method Description 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>
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>
MatchIntentResponseOrBuilder. getMatchesOrBuilderList()
Match results, if more than one, ordered descendingly by the confidence we have that the particular intent matches the query.
-