Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.Match
-
Packages that use Match Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of Match in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return Match Modifier and Type Method Description Match
Match.Builder. build()
Match
Match.Builder. buildPartial()
static Match
Match. getDefaultInstance()
Match
Match.Builder. getDefaultInstanceForType()
Match
Match. getDefaultInstanceForType()
Match
FulfillIntentRequest.Builder. getMatch()
The matched intent/event to fulfill.Match
FulfillIntentRequest. getMatch()
The matched intent/event to fulfill.Match
FulfillIntentRequestOrBuilder. getMatch()
The matched intent/event to fulfill.Match
QueryResult.Builder. 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
QueryResultOrBuilder. getMatch()
Intent match result, could be an intent or an event.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.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
MatchIntentResponseOrBuilder. 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(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)
static Match
Match. parseFrom(ByteBuffer data)
static Match
Match. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3beta1 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.v3beta1 with parameters of type Match Modifier and Type Method 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)
FulfillIntentRequest.Builder
FulfillIntentRequest.Builder. mergeMatch(Match value)
The matched intent/event to fulfill.QueryResult.Builder
QueryResult.Builder. mergeMatch(Match value)
Intent match result, could be an intent or an event.static Match.Builder
Match. newBuilder(Match prototype)
FulfillIntentRequest.Builder
FulfillIntentRequest.Builder. setMatch(Match value)
The matched intent/event to fulfill.QueryResult.Builder
QueryResult.Builder. setMatch(Match value)
Intent match result, could be an intent or an event.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.Method parameters in com.google.cloud.dialogflow.cx.v3beta1 with type arguments of type Match Modifier and Type Method 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.
-