Uses of Class
com.google.cloud.dialogflow.v2.Fulfillment
-
Packages that use Fulfillment Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow APIcom.google.cloud.dialogflow.v2.stub -
-
Uses of Fulfillment in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return Fulfillment Modifier and Type Method Description FulfillmentFulfillment.Builder. build()FulfillmentFulfillment.Builder. buildPartial()static FulfillmentFulfillment. getDefaultInstance()FulfillmentFulfillment.Builder. getDefaultInstanceForType()FulfillmentFulfillment. getDefaultInstanceForType()FulfillmentEnvironment.Builder. getFulfillment()Optional.FulfillmentEnvironment. getFulfillment()Optional.FulfillmentEnvironmentOrBuilder. getFulfillment()Optional.FulfillmentFulfillmentsClient. getFulfillment(FulfillmentName name)Retrieves the fulfillment.FulfillmentFulfillmentsClient. getFulfillment(GetFulfillmentRequest request)Retrieves the fulfillment.FulfillmentFulfillmentsClient. getFulfillment(String name)Retrieves the fulfillment.FulfillmentFulfillmentsGrpc.FulfillmentsBlockingStub. getFulfillment(GetFulfillmentRequest request)Retrieves the fulfillment.FulfillmentUpdateFulfillmentRequest.Builder. getFulfillment()Required.FulfillmentUpdateFulfillmentRequest. getFulfillment()Required.FulfillmentUpdateFulfillmentRequestOrBuilder. getFulfillment()Required.static FulfillmentFulfillment. parseDelimitedFrom(InputStream input)static FulfillmentFulfillment. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FulfillmentFulfillment. parseFrom(byte[] data)static FulfillmentFulfillment. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FulfillmentFulfillment. parseFrom(com.google.protobuf.ByteString data)static FulfillmentFulfillment. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FulfillmentFulfillment. parseFrom(com.google.protobuf.CodedInputStream input)static FulfillmentFulfillment. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FulfillmentFulfillment. parseFrom(InputStream input)static FulfillmentFulfillment. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FulfillmentFulfillment. parseFrom(ByteBuffer data)static FulfillmentFulfillment. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)FulfillmentFulfillmentsClient. updateFulfillment(Fulfillment fulfillment, com.google.protobuf.FieldMask updateMask)Updates the fulfillment.FulfillmentFulfillmentsClient. updateFulfillment(UpdateFulfillmentRequest request)Updates the fulfillment.FulfillmentFulfillmentsGrpc.FulfillmentsBlockingStub. updateFulfillment(UpdateFulfillmentRequest request)Updates the fulfillment.Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type Fulfillment Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Fulfillment>FulfillmentsGrpc.FulfillmentsFutureStub. getFulfillment(GetFulfillmentRequest request)Retrieves the fulfillment.com.google.api.gax.rpc.UnaryCallable<GetFulfillmentRequest,Fulfillment>FulfillmentsClient. getFulfillmentCallable()Retrieves the fulfillment.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFulfillmentRequest,Fulfillment>FulfillmentsSettings.Builder. getFulfillmentSettings()Returns the builder for the settings used for calls to getFulfillment.com.google.api.gax.rpc.UnaryCallSettings<GetFulfillmentRequest,Fulfillment>FulfillmentsSettings. getFulfillmentSettings()Returns the object with the settings used for calls to getFulfillment.static io.grpc.MethodDescriptor<GetFulfillmentRequest,Fulfillment>FulfillmentsGrpc. getGetFulfillmentMethod()com.google.protobuf.Parser<Fulfillment>Fulfillment. getParserForType()static io.grpc.MethodDescriptor<UpdateFulfillmentRequest,Fulfillment>FulfillmentsGrpc. getUpdateFulfillmentMethod()static com.google.protobuf.Parser<Fulfillment>Fulfillment. parser()com.google.common.util.concurrent.ListenableFuture<Fulfillment>FulfillmentsGrpc.FulfillmentsFutureStub. updateFulfillment(UpdateFulfillmentRequest request)Updates the fulfillment.com.google.api.gax.rpc.UnaryCallable<UpdateFulfillmentRequest,Fulfillment>FulfillmentsClient. updateFulfillmentCallable()Updates the fulfillment.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateFulfillmentRequest,Fulfillment>FulfillmentsSettings.Builder. updateFulfillmentSettings()Returns the builder for the settings used for calls to updateFulfillment.com.google.api.gax.rpc.UnaryCallSettings<UpdateFulfillmentRequest,Fulfillment>FulfillmentsSettings. updateFulfillmentSettings()Returns the object with the settings used for calls to updateFulfillment.Methods in com.google.cloud.dialogflow.v2 with parameters of type Fulfillment Modifier and Type Method Description Fulfillment.BuilderFulfillment.Builder. mergeFrom(Fulfillment other)Environment.BuilderEnvironment.Builder. mergeFulfillment(Fulfillment value)Optional.UpdateFulfillmentRequest.BuilderUpdateFulfillmentRequest.Builder. mergeFulfillment(Fulfillment value)Required.static Fulfillment.BuilderFulfillment. newBuilder(Fulfillment prototype)Environment.BuilderEnvironment.Builder. setFulfillment(Fulfillment value)Optional.UpdateFulfillmentRequest.BuilderUpdateFulfillmentRequest.Builder. setFulfillment(Fulfillment value)Required.FulfillmentFulfillmentsClient. updateFulfillment(Fulfillment fulfillment, com.google.protobuf.FieldMask updateMask)Updates the fulfillment.Method parameters in com.google.cloud.dialogflow.v2 with type arguments of type Fulfillment Modifier and Type Method Description default voidFulfillmentsGrpc.AsyncService. getFulfillment(GetFulfillmentRequest request, io.grpc.stub.StreamObserver<Fulfillment> responseObserver)Retrieves the fulfillment.voidFulfillmentsGrpc.FulfillmentsStub. getFulfillment(GetFulfillmentRequest request, io.grpc.stub.StreamObserver<Fulfillment> responseObserver)Retrieves the fulfillment.default voidFulfillmentsGrpc.AsyncService. updateFulfillment(UpdateFulfillmentRequest request, io.grpc.stub.StreamObserver<Fulfillment> responseObserver)Updates the fulfillment.voidFulfillmentsGrpc.FulfillmentsStub. updateFulfillment(UpdateFulfillmentRequest request, io.grpc.stub.StreamObserver<Fulfillment> responseObserver)Updates the fulfillment. -
Uses of Fulfillment in com.google.cloud.dialogflow.v2.stub
Methods in com.google.cloud.dialogflow.v2.stub that return types with arguments of type Fulfillment Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetFulfillmentRequest,Fulfillment>FulfillmentsStub. getFulfillmentCallable()com.google.api.gax.rpc.UnaryCallable<GetFulfillmentRequest,Fulfillment>GrpcFulfillmentsStub. getFulfillmentCallable()com.google.api.gax.rpc.UnaryCallable<GetFulfillmentRequest,Fulfillment>HttpJsonFulfillmentsStub. getFulfillmentCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFulfillmentRequest,Fulfillment>FulfillmentsStubSettings.Builder. getFulfillmentSettings()Returns the builder for the settings used for calls to getFulfillment.com.google.api.gax.rpc.UnaryCallSettings<GetFulfillmentRequest,Fulfillment>FulfillmentsStubSettings. getFulfillmentSettings()Returns the object with the settings used for calls to getFulfillment.com.google.api.gax.rpc.UnaryCallable<UpdateFulfillmentRequest,Fulfillment>FulfillmentsStub. updateFulfillmentCallable()com.google.api.gax.rpc.UnaryCallable<UpdateFulfillmentRequest,Fulfillment>GrpcFulfillmentsStub. updateFulfillmentCallable()com.google.api.gax.rpc.UnaryCallable<UpdateFulfillmentRequest,Fulfillment>HttpJsonFulfillmentsStub. updateFulfillmentCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateFulfillmentRequest,Fulfillment>FulfillmentsStubSettings.Builder. updateFulfillmentSettings()Returns the builder for the settings used for calls to updateFulfillment.com.google.api.gax.rpc.UnaryCallSettings<UpdateFulfillmentRequest,Fulfillment>FulfillmentsStubSettings. updateFulfillmentSettings()Returns the object with the settings used for calls to updateFulfillment.
-