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