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