Uses of Class
com.google.cloud.dialogflow.cx.v3.MatchIntentRequest
-
Packages that use MatchIntentRequest Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of MatchIntentRequest in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return MatchIntentRequest Modifier and Type Method Description MatchIntentRequest
MatchIntentRequest.Builder. build()
MatchIntentRequest
MatchIntentRequest.Builder. buildPartial()
static MatchIntentRequest
MatchIntentRequest. getDefaultInstance()
MatchIntentRequest
MatchIntentRequest.Builder. getDefaultInstanceForType()
MatchIntentRequest
MatchIntentRequest. getDefaultInstanceForType()
MatchIntentRequest
FulfillIntentRequest.Builder. getMatchIntentRequest()
Must be same as the corresponding MatchIntent request, otherwise the behavior is undefined.MatchIntentRequest
FulfillIntentRequest. getMatchIntentRequest()
Must be same as the corresponding MatchIntent request, otherwise the behavior is undefined.MatchIntentRequest
FulfillIntentRequestOrBuilder. getMatchIntentRequest()
Must be same as the corresponding MatchIntent request, otherwise the behavior is undefined.static MatchIntentRequest
MatchIntentRequest. parseDelimitedFrom(InputStream input)
static MatchIntentRequest
MatchIntentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MatchIntentRequest
MatchIntentRequest. parseFrom(byte[] data)
static MatchIntentRequest
MatchIntentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MatchIntentRequest
MatchIntentRequest. parseFrom(com.google.protobuf.ByteString data)
static MatchIntentRequest
MatchIntentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MatchIntentRequest
MatchIntentRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static MatchIntentRequest
MatchIntentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MatchIntentRequest
MatchIntentRequest. parseFrom(InputStream input)
static MatchIntentRequest
MatchIntentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MatchIntentRequest
MatchIntentRequest. parseFrom(ByteBuffer data)
static MatchIntentRequest
MatchIntentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type MatchIntentRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<MatchIntentRequest,MatchIntentResponse>
SessionsGrpc. getMatchIntentMethod()
com.google.protobuf.Parser<MatchIntentRequest>
MatchIntentRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<MatchIntentRequest,MatchIntentResponse>
SessionsClient. matchIntentCallable()
Returns preliminary intent match results, doesn't change the session status.com.google.api.gax.rpc.UnaryCallSettings.Builder<MatchIntentRequest,MatchIntentResponse>
SessionsSettings.Builder. matchIntentSettings()
Returns the builder for the settings used for calls to matchIntent.com.google.api.gax.rpc.UnaryCallSettings<MatchIntentRequest,MatchIntentResponse>
SessionsSettings. matchIntentSettings()
Returns the object with the settings used for calls to matchIntent.static com.google.protobuf.Parser<MatchIntentRequest>
MatchIntentRequest. parser()
Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type MatchIntentRequest Modifier and Type Method Description MatchIntentResponse
SessionsClient. matchIntent(MatchIntentRequest request)
Returns preliminary intent match results, doesn't change the session status.default void
SessionsGrpc.AsyncService. matchIntent(MatchIntentRequest request, io.grpc.stub.StreamObserver<MatchIntentResponse> responseObserver)
Returns preliminary intent match results, doesn't change the session status.MatchIntentResponse
SessionsGrpc.SessionsBlockingStub. matchIntent(MatchIntentRequest request)
Returns preliminary intent match results, doesn't change the session status.com.google.common.util.concurrent.ListenableFuture<MatchIntentResponse>
SessionsGrpc.SessionsFutureStub. matchIntent(MatchIntentRequest request)
Returns preliminary intent match results, doesn't change the session status.void
SessionsGrpc.SessionsStub. matchIntent(MatchIntentRequest request, io.grpc.stub.StreamObserver<MatchIntentResponse> responseObserver)
Returns preliminary intent match results, doesn't change the session status.MatchIntentRequest.Builder
MatchIntentRequest.Builder. mergeFrom(MatchIntentRequest other)
FulfillIntentRequest.Builder
FulfillIntentRequest.Builder. mergeMatchIntentRequest(MatchIntentRequest value)
Must be same as the corresponding MatchIntent request, otherwise the behavior is undefined.static MatchIntentRequest.Builder
MatchIntentRequest. newBuilder(MatchIntentRequest prototype)
FulfillIntentRequest.Builder
FulfillIntentRequest.Builder. setMatchIntentRequest(MatchIntentRequest value)
Must be same as the corresponding MatchIntent request, otherwise the behavior is undefined. -
Uses of MatchIntentRequest in com.google.cloud.dialogflow.cx.v3.stub
Methods in com.google.cloud.dialogflow.cx.v3.stub that return types with arguments of type MatchIntentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<MatchIntentRequest,MatchIntentResponse>
GrpcSessionsStub. matchIntentCallable()
com.google.api.gax.rpc.UnaryCallable<MatchIntentRequest,MatchIntentResponse>
HttpJsonSessionsStub. matchIntentCallable()
com.google.api.gax.rpc.UnaryCallable<MatchIntentRequest,MatchIntentResponse>
SessionsStub. matchIntentCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<MatchIntentRequest,MatchIntentResponse>
SessionsStubSettings.Builder. matchIntentSettings()
Returns the builder for the settings used for calls to matchIntent.com.google.api.gax.rpc.UnaryCallSettings<MatchIntentRequest,MatchIntentResponse>
SessionsStubSettings. matchIntentSettings()
Returns the object with the settings used for calls to matchIntent.
-