Uses of Interface
com.google.cloud.dialogflow.cx.v3beta1.MatchOrBuilder
-
Packages that use MatchOrBuilder Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of MatchOrBuilder in com.google.cloud.dialogflow.cx.v3beta1
Classes in com.google.cloud.dialogflow.cx.v3beta1 that implement MatchOrBuilder Modifier and Type Class Description classMatchRepresents one match result of [MatchIntent][].static classMatch.BuilderRepresents one match result of [MatchIntent][].Methods in com.google.cloud.dialogflow.cx.v3beta1 that return MatchOrBuilder Modifier and Type Method Description MatchOrBuilderMatchIntentResponse.Builder. getMatchesOrBuilder(int index)Match results, if more than one, ordered descendingly by the confidence we have that the particular intent matches the query.MatchOrBuilderMatchIntentResponse. getMatchesOrBuilder(int index)Match results, if more than one, ordered descendingly by the confidence we have that the particular intent matches the query.MatchOrBuilderMatchIntentResponseOrBuilder. getMatchesOrBuilder(int index)Match results, if more than one, ordered descendingly by the confidence we have that the particular intent matches the query.MatchOrBuilderFulfillIntentRequest.Builder. getMatchOrBuilder()The matched intent/event to fulfill.MatchOrBuilderFulfillIntentRequest. getMatchOrBuilder()The matched intent/event to fulfill.MatchOrBuilderFulfillIntentRequestOrBuilder. getMatchOrBuilder()The matched intent/event to fulfill.MatchOrBuilderQueryResult.Builder. getMatchOrBuilder()Intent match result, could be an intent or an event.MatchOrBuilderQueryResult. getMatchOrBuilder()Intent match result, could be an intent or an event.MatchOrBuilderQueryResultOrBuilder. getMatchOrBuilder()Intent match result, could be an intent or an event.Methods in com.google.cloud.dialogflow.cx.v3beta1 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.
-