Uses of Class
com.google.cloud.dialogflow.cx.v3.Match
-
Packages that use Match Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of Match in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return Match Modifier and Type Method Description MatchMatch.Builder. build()MatchMatch.Builder. buildPartial()static MatchMatch. getDefaultInstance()MatchMatch.Builder. getDefaultInstanceForType()MatchMatch. getDefaultInstanceForType()MatchFulfillIntentRequest.Builder. getMatch()The matched intent/event to fulfill.MatchFulfillIntentRequest. getMatch()The matched intent/event to fulfill.MatchFulfillIntentRequestOrBuilder. getMatch()The matched intent/event to fulfill.MatchQueryResult.Builder. getMatch()Intent match result, could be an intent or an event.MatchQueryResult. getMatch()Intent match result, could be an intent or an event.MatchQueryResultOrBuilder. getMatch()Intent match result, could be an intent or an event.MatchMatchIntentResponse.Builder. getMatches(int index)Match results, if more than one, ordered descendingly by the confidence we have that the particular intent matches the query.MatchMatchIntentResponse. getMatches(int index)Match results, if more than one, ordered descendingly by the confidence we have that the particular intent matches the query.MatchMatchIntentResponseOrBuilder. getMatches(int index)Match results, if more than one, ordered descendingly by the confidence we have that the particular intent matches the query.static MatchMatch. parseDelimitedFrom(InputStream input)static MatchMatch. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MatchMatch. parseFrom(byte[] data)static MatchMatch. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MatchMatch. parseFrom(com.google.protobuf.ByteString data)static MatchMatch. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MatchMatch. parseFrom(com.google.protobuf.CodedInputStream input)static MatchMatch. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MatchMatch. parseFrom(InputStream input)static MatchMatch. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MatchMatch. parseFrom(ByteBuffer data)static MatchMatch. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type Match Modifier and Type Method Description 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.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>MatchIntentResponseOrBuilder. 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()Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type Match Modifier and Type Method Description MatchIntentResponse.BuilderMatchIntentResponse.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.BuilderMatchIntentResponse.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.BuilderMatch.Builder. mergeFrom(Match other)FulfillIntentRequest.BuilderFulfillIntentRequest.Builder. mergeMatch(Match value)The matched intent/event to fulfill.QueryResult.BuilderQueryResult.Builder. mergeMatch(Match value)Intent match result, could be an intent or an event.static Match.BuilderMatch. newBuilder(Match prototype)FulfillIntentRequest.BuilderFulfillIntentRequest.Builder. setMatch(Match value)The matched intent/event to fulfill.QueryResult.BuilderQueryResult.Builder. setMatch(Match value)Intent match result, could be an intent or an event.MatchIntentResponse.BuilderMatchIntentResponse.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.Method parameters in com.google.cloud.dialogflow.cx.v3 with type arguments of type Match Modifier and Type Method Description MatchIntentResponse.BuilderMatchIntentResponse.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.
-