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