Uses of Class
com.google.cloud.dialogflow.cx.v3.FulfillIntentResponse
-
Packages that use FulfillIntentResponse Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of FulfillIntentResponse in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return FulfillIntentResponse Modifier and Type Method Description FulfillIntentResponseFulfillIntentResponse.Builder. build()FulfillIntentResponseFulfillIntentResponse.Builder. buildPartial()FulfillIntentResponseSessionsClient. fulfillIntent(FulfillIntentRequest request)Fulfills a matched intent returned by [MatchIntent][google.cloud.dialogflow.cx.v3.Sessions.MatchIntent].FulfillIntentResponseSessionsGrpc.SessionsBlockingStub. fulfillIntent(FulfillIntentRequest request)Fulfills a matched intent returned by [MatchIntent][google.cloud.dialogflow.cx.v3.Sessions.MatchIntent].static FulfillIntentResponseFulfillIntentResponse. getDefaultInstance()FulfillIntentResponseFulfillIntentResponse.Builder. getDefaultInstanceForType()FulfillIntentResponseFulfillIntentResponse. getDefaultInstanceForType()static FulfillIntentResponseFulfillIntentResponse. parseDelimitedFrom(InputStream input)static FulfillIntentResponseFulfillIntentResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FulfillIntentResponseFulfillIntentResponse. parseFrom(byte[] data)static FulfillIntentResponseFulfillIntentResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FulfillIntentResponseFulfillIntentResponse. parseFrom(com.google.protobuf.ByteString data)static FulfillIntentResponseFulfillIntentResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FulfillIntentResponseFulfillIntentResponse. parseFrom(com.google.protobuf.CodedInputStream input)static FulfillIntentResponseFulfillIntentResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FulfillIntentResponseFulfillIntentResponse. parseFrom(InputStream input)static FulfillIntentResponseFulfillIntentResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FulfillIntentResponseFulfillIntentResponse. parseFrom(ByteBuffer data)static FulfillIntentResponseFulfillIntentResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type FulfillIntentResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<FulfillIntentResponse>SessionsGrpc.SessionsFutureStub. fulfillIntent(FulfillIntentRequest request)Fulfills a matched intent returned by [MatchIntent][google.cloud.dialogflow.cx.v3.Sessions.MatchIntent].com.google.api.gax.rpc.UnaryCallable<FulfillIntentRequest,FulfillIntentResponse>SessionsClient. fulfillIntentCallable()Fulfills a matched intent returned by [MatchIntent][google.cloud.dialogflow.cx.v3.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<FulfillIntentResponse>FulfillIntentResponse. getParserForType()static com.google.protobuf.Parser<FulfillIntentResponse>FulfillIntentResponse. parser()Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type FulfillIntentResponse Modifier and Type Method Description FulfillIntentResponse.BuilderFulfillIntentResponse.Builder. mergeFrom(FulfillIntentResponse other)static FulfillIntentResponse.BuilderFulfillIntentResponse. newBuilder(FulfillIntentResponse prototype)Method parameters in com.google.cloud.dialogflow.cx.v3 with type arguments of type FulfillIntentResponse Modifier and Type Method Description default voidSessionsGrpc.AsyncService. fulfillIntent(FulfillIntentRequest request, io.grpc.stub.StreamObserver<FulfillIntentResponse> responseObserver)Fulfills a matched intent returned by [MatchIntent][google.cloud.dialogflow.cx.v3.Sessions.MatchIntent].voidSessionsGrpc.SessionsStub. fulfillIntent(FulfillIntentRequest request, io.grpc.stub.StreamObserver<FulfillIntentResponse> responseObserver)Fulfills a matched intent returned by [MatchIntent][google.cloud.dialogflow.cx.v3.Sessions.MatchIntent]. -
Uses of FulfillIntentResponse in com.google.cloud.dialogflow.cx.v3.stub
Methods in com.google.cloud.dialogflow.cx.v3.stub that return types with arguments of type FulfillIntentResponse 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.
-