Uses of Class
com.google.cloud.dialogflow.cx.v3.UpdateGenerativeSettingsRequest
-
Packages that use UpdateGenerativeSettingsRequest Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of UpdateGenerativeSettingsRequest in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return UpdateGenerativeSettingsRequest Modifier and Type Method Description UpdateGenerativeSettingsRequest
UpdateGenerativeSettingsRequest.Builder. build()
UpdateGenerativeSettingsRequest
UpdateGenerativeSettingsRequest.Builder. buildPartial()
static UpdateGenerativeSettingsRequest
UpdateGenerativeSettingsRequest. getDefaultInstance()
UpdateGenerativeSettingsRequest
UpdateGenerativeSettingsRequest.Builder. getDefaultInstanceForType()
UpdateGenerativeSettingsRequest
UpdateGenerativeSettingsRequest. getDefaultInstanceForType()
static UpdateGenerativeSettingsRequest
UpdateGenerativeSettingsRequest. parseDelimitedFrom(InputStream input)
static UpdateGenerativeSettingsRequest
UpdateGenerativeSettingsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateGenerativeSettingsRequest
UpdateGenerativeSettingsRequest. parseFrom(byte[] data)
static UpdateGenerativeSettingsRequest
UpdateGenerativeSettingsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateGenerativeSettingsRequest
UpdateGenerativeSettingsRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateGenerativeSettingsRequest
UpdateGenerativeSettingsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateGenerativeSettingsRequest
UpdateGenerativeSettingsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateGenerativeSettingsRequest
UpdateGenerativeSettingsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateGenerativeSettingsRequest
UpdateGenerativeSettingsRequest. parseFrom(InputStream input)
static UpdateGenerativeSettingsRequest
UpdateGenerativeSettingsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateGenerativeSettingsRequest
UpdateGenerativeSettingsRequest. parseFrom(ByteBuffer data)
static UpdateGenerativeSettingsRequest
UpdateGenerativeSettingsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type UpdateGenerativeSettingsRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateGenerativeSettingsRequest>
UpdateGenerativeSettingsRequest. getParserForType()
static io.grpc.MethodDescriptor<UpdateGenerativeSettingsRequest,GenerativeSettings>
AgentsGrpc. getUpdateGenerativeSettingsMethod()
static com.google.protobuf.Parser<UpdateGenerativeSettingsRequest>
UpdateGenerativeSettingsRequest. parser()
com.google.api.gax.rpc.UnaryCallable<UpdateGenerativeSettingsRequest,GenerativeSettings>
AgentsClient. updateGenerativeSettingsCallable()
Updates the generative settings for the agent.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateGenerativeSettingsRequest,GenerativeSettings>
AgentsSettings.Builder. updateGenerativeSettingsSettings()
Returns the builder for the settings used for calls to updateGenerativeSettings.com.google.api.gax.rpc.UnaryCallSettings<UpdateGenerativeSettingsRequest,GenerativeSettings>
AgentsSettings. updateGenerativeSettingsSettings()
Returns the object with the settings used for calls to updateGenerativeSettings.Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type UpdateGenerativeSettingsRequest Modifier and Type Method Description UpdateGenerativeSettingsRequest.Builder
UpdateGenerativeSettingsRequest.Builder. mergeFrom(UpdateGenerativeSettingsRequest other)
static UpdateGenerativeSettingsRequest.Builder
UpdateGenerativeSettingsRequest. newBuilder(UpdateGenerativeSettingsRequest prototype)
GenerativeSettings
AgentsClient. updateGenerativeSettings(UpdateGenerativeSettingsRequest request)
Updates the generative settings for the agent.GenerativeSettings
AgentsGrpc.AgentsBlockingStub. updateGenerativeSettings(UpdateGenerativeSettingsRequest request)
Updates the generative settings for the agent.com.google.common.util.concurrent.ListenableFuture<GenerativeSettings>
AgentsGrpc.AgentsFutureStub. updateGenerativeSettings(UpdateGenerativeSettingsRequest request)
Updates the generative settings for the agent.void
AgentsGrpc.AgentsStub. updateGenerativeSettings(UpdateGenerativeSettingsRequest request, io.grpc.stub.StreamObserver<GenerativeSettings> responseObserver)
Updates the generative settings for the agent.default void
AgentsGrpc.AsyncService. updateGenerativeSettings(UpdateGenerativeSettingsRequest request, io.grpc.stub.StreamObserver<GenerativeSettings> responseObserver)
Updates the generative settings for the agent. -
Uses of UpdateGenerativeSettingsRequest in com.google.cloud.dialogflow.cx.v3.stub
Methods in com.google.cloud.dialogflow.cx.v3.stub that return types with arguments of type UpdateGenerativeSettingsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateGenerativeSettingsRequest,GenerativeSettings>
AgentsStub. updateGenerativeSettingsCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateGenerativeSettingsRequest,GenerativeSettings>
GrpcAgentsStub. updateGenerativeSettingsCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateGenerativeSettingsRequest,GenerativeSettings>
HttpJsonAgentsStub. updateGenerativeSettingsCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateGenerativeSettingsRequest,GenerativeSettings>
AgentsStubSettings.Builder. updateGenerativeSettingsSettings()
Returns the builder for the settings used for calls to updateGenerativeSettings.com.google.api.gax.rpc.UnaryCallSettings<UpdateGenerativeSettingsRequest,GenerativeSettings>
AgentsStubSettings. updateGenerativeSettingsSettings()
Returns the object with the settings used for calls to updateGenerativeSettings.
-