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 UpdateGenerativeSettingsRequestUpdateGenerativeSettingsRequest.Builder. build()UpdateGenerativeSettingsRequestUpdateGenerativeSettingsRequest.Builder. buildPartial()static UpdateGenerativeSettingsRequestUpdateGenerativeSettingsRequest. getDefaultInstance()UpdateGenerativeSettingsRequestUpdateGenerativeSettingsRequest.Builder. getDefaultInstanceForType()UpdateGenerativeSettingsRequestUpdateGenerativeSettingsRequest. getDefaultInstanceForType()static UpdateGenerativeSettingsRequestUpdateGenerativeSettingsRequest. parseDelimitedFrom(InputStream input)static UpdateGenerativeSettingsRequestUpdateGenerativeSettingsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateGenerativeSettingsRequestUpdateGenerativeSettingsRequest. parseFrom(byte[] data)static UpdateGenerativeSettingsRequestUpdateGenerativeSettingsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateGenerativeSettingsRequestUpdateGenerativeSettingsRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateGenerativeSettingsRequestUpdateGenerativeSettingsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateGenerativeSettingsRequestUpdateGenerativeSettingsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateGenerativeSettingsRequestUpdateGenerativeSettingsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateGenerativeSettingsRequestUpdateGenerativeSettingsRequest. parseFrom(InputStream input)static UpdateGenerativeSettingsRequestUpdateGenerativeSettingsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateGenerativeSettingsRequestUpdateGenerativeSettingsRequest. parseFrom(ByteBuffer data)static UpdateGenerativeSettingsRequestUpdateGenerativeSettingsRequest. 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.BuilderUpdateGenerativeSettingsRequest.Builder. mergeFrom(UpdateGenerativeSettingsRequest other)static UpdateGenerativeSettingsRequest.BuilderUpdateGenerativeSettingsRequest. newBuilder(UpdateGenerativeSettingsRequest prototype)GenerativeSettingsAgentsClient. updateGenerativeSettings(UpdateGenerativeSettingsRequest request)Updates the generative settings for the agent.GenerativeSettingsAgentsGrpc.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.voidAgentsGrpc.AgentsStub. updateGenerativeSettings(UpdateGenerativeSettingsRequest request, io.grpc.stub.StreamObserver<GenerativeSettings> responseObserver)Updates the generative settings for the agent.default voidAgentsGrpc.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.
-