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