Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.MatchIntentRequest
-
Packages that use MatchIntentRequest Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3beta1.stub -
-
Uses of MatchIntentRequest in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return MatchIntentRequest Modifier and Type Method Description MatchIntentRequestMatchIntentRequest.Builder. build()MatchIntentRequestMatchIntentRequest.Builder. buildPartial()static MatchIntentRequestMatchIntentRequest. getDefaultInstance()MatchIntentRequestMatchIntentRequest.Builder. getDefaultInstanceForType()MatchIntentRequestMatchIntentRequest. getDefaultInstanceForType()MatchIntentRequestFulfillIntentRequest.Builder. getMatchIntentRequest()Must be same as the corresponding MatchIntent request, otherwise the behavior is undefined.MatchIntentRequestFulfillIntentRequest. getMatchIntentRequest()Must be same as the corresponding MatchIntent request, otherwise the behavior is undefined.MatchIntentRequestFulfillIntentRequestOrBuilder. getMatchIntentRequest()Must be same as the corresponding MatchIntent request, otherwise the behavior is undefined.static MatchIntentRequestMatchIntentRequest. parseDelimitedFrom(InputStream input)static MatchIntentRequestMatchIntentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MatchIntentRequestMatchIntentRequest. parseFrom(byte[] data)static MatchIntentRequestMatchIntentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MatchIntentRequestMatchIntentRequest. parseFrom(com.google.protobuf.ByteString data)static MatchIntentRequestMatchIntentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MatchIntentRequestMatchIntentRequest. parseFrom(com.google.protobuf.CodedInputStream input)static MatchIntentRequestMatchIntentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MatchIntentRequestMatchIntentRequest. parseFrom(InputStream input)static MatchIntentRequestMatchIntentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MatchIntentRequestMatchIntentRequest. parseFrom(ByteBuffer data)static MatchIntentRequestMatchIntentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.cx.v3beta1 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.v3beta1 with parameters of type MatchIntentRequest Modifier and Type Method Description MatchIntentResponseSessionsClient. matchIntent(MatchIntentRequest request)Returns preliminary intent match results, doesn't change the session status.default voidSessionsGrpc.AsyncService. matchIntent(MatchIntentRequest request, io.grpc.stub.StreamObserver<MatchIntentResponse> responseObserver)Returns preliminary intent match results, doesn't change the session status.MatchIntentResponseSessionsGrpc.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.voidSessionsGrpc.SessionsStub. matchIntent(MatchIntentRequest request, io.grpc.stub.StreamObserver<MatchIntentResponse> responseObserver)Returns preliminary intent match results, doesn't change the session status.MatchIntentRequest.BuilderMatchIntentRequest.Builder. mergeFrom(MatchIntentRequest other)FulfillIntentRequest.BuilderFulfillIntentRequest.Builder. mergeMatchIntentRequest(MatchIntentRequest value)Must be same as the corresponding MatchIntent request, otherwise the behavior is undefined.static MatchIntentRequest.BuilderMatchIntentRequest. newBuilder(MatchIntentRequest prototype)FulfillIntentRequest.BuilderFulfillIntentRequest.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.v3beta1.stub
Methods in com.google.cloud.dialogflow.cx.v3beta1.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.
-