Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.FulfillIntentRequest
-
Packages that use FulfillIntentRequest Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3beta1.stub -
-
Uses of FulfillIntentRequest in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return FulfillIntentRequest Modifier and Type Method Description FulfillIntentRequestFulfillIntentRequest.Builder. build()FulfillIntentRequestFulfillIntentRequest.Builder. buildPartial()static FulfillIntentRequestFulfillIntentRequest. getDefaultInstance()FulfillIntentRequestFulfillIntentRequest.Builder. getDefaultInstanceForType()FulfillIntentRequestFulfillIntentRequest. getDefaultInstanceForType()static FulfillIntentRequestFulfillIntentRequest. parseDelimitedFrom(InputStream input)static FulfillIntentRequestFulfillIntentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FulfillIntentRequestFulfillIntentRequest. parseFrom(byte[] data)static FulfillIntentRequestFulfillIntentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FulfillIntentRequestFulfillIntentRequest. parseFrom(com.google.protobuf.ByteString data)static FulfillIntentRequestFulfillIntentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FulfillIntentRequestFulfillIntentRequest. parseFrom(com.google.protobuf.CodedInputStream input)static FulfillIntentRequestFulfillIntentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FulfillIntentRequestFulfillIntentRequest. parseFrom(InputStream input)static FulfillIntentRequestFulfillIntentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FulfillIntentRequestFulfillIntentRequest. parseFrom(ByteBuffer data)static FulfillIntentRequestFulfillIntentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type FulfillIntentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<FulfillIntentRequest,FulfillIntentResponse>SessionsClient. fulfillIntentCallable()Fulfills a matched intent returned by [MatchIntent][google.cloud.dialogflow.cx.v3beta1.Sessions.MatchIntent].com.google.api.gax.rpc.UnaryCallSettings.Builder<FulfillIntentRequest,FulfillIntentResponse>SessionsSettings.Builder. fulfillIntentSettings()Returns the builder for the settings used for calls to fulfillIntent.com.google.api.gax.rpc.UnaryCallSettings<FulfillIntentRequest,FulfillIntentResponse>SessionsSettings. fulfillIntentSettings()Returns the object with the settings used for calls to fulfillIntent.static io.grpc.MethodDescriptor<FulfillIntentRequest,FulfillIntentResponse>SessionsGrpc. getFulfillIntentMethod()com.google.protobuf.Parser<FulfillIntentRequest>FulfillIntentRequest. getParserForType()static com.google.protobuf.Parser<FulfillIntentRequest>FulfillIntentRequest. parser()Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type FulfillIntentRequest Modifier and Type Method Description FulfillIntentResponseSessionsClient. fulfillIntent(FulfillIntentRequest request)Fulfills a matched intent returned by [MatchIntent][google.cloud.dialogflow.cx.v3beta1.Sessions.MatchIntent].default voidSessionsGrpc.AsyncService. fulfillIntent(FulfillIntentRequest request, io.grpc.stub.StreamObserver<FulfillIntentResponse> responseObserver)Fulfills a matched intent returned by [MatchIntent][google.cloud.dialogflow.cx.v3beta1.Sessions.MatchIntent].FulfillIntentResponseSessionsGrpc.SessionsBlockingStub. fulfillIntent(FulfillIntentRequest request)Fulfills a matched intent returned by [MatchIntent][google.cloud.dialogflow.cx.v3beta1.Sessions.MatchIntent].com.google.common.util.concurrent.ListenableFuture<FulfillIntentResponse>SessionsGrpc.SessionsFutureStub. fulfillIntent(FulfillIntentRequest request)Fulfills a matched intent returned by [MatchIntent][google.cloud.dialogflow.cx.v3beta1.Sessions.MatchIntent].voidSessionsGrpc.SessionsStub. fulfillIntent(FulfillIntentRequest request, io.grpc.stub.StreamObserver<FulfillIntentResponse> responseObserver)Fulfills a matched intent returned by [MatchIntent][google.cloud.dialogflow.cx.v3beta1.Sessions.MatchIntent].FulfillIntentRequest.BuilderFulfillIntentRequest.Builder. mergeFrom(FulfillIntentRequest other)static FulfillIntentRequest.BuilderFulfillIntentRequest. newBuilder(FulfillIntentRequest prototype) -
Uses of FulfillIntentRequest in com.google.cloud.dialogflow.cx.v3beta1.stub
Methods in com.google.cloud.dialogflow.cx.v3beta1.stub that return types with arguments of type FulfillIntentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<FulfillIntentRequest,FulfillIntentResponse>GrpcSessionsStub. fulfillIntentCallable()com.google.api.gax.rpc.UnaryCallable<FulfillIntentRequest,FulfillIntentResponse>HttpJsonSessionsStub. fulfillIntentCallable()com.google.api.gax.rpc.UnaryCallable<FulfillIntentRequest,FulfillIntentResponse>SessionsStub. fulfillIntentCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<FulfillIntentRequest,FulfillIntentResponse>SessionsStubSettings.Builder. fulfillIntentSettings()Returns the builder for the settings used for calls to fulfillIntent.com.google.api.gax.rpc.UnaryCallSettings<FulfillIntentRequest,FulfillIntentResponse>SessionsStubSettings. fulfillIntentSettings()Returns the object with the settings used for calls to fulfillIntent.
-