Uses of Class
com.google.cloud.dialogflow.cx.v3.stub.ExperimentsStubSettings
-
Packages that use ExperimentsStubSettings Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of ExperimentsStubSettings in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type ExperimentsStubSettings Modifier and Type Method Description static ExperimentsSettingsExperimentsSettings. create(ExperimentsStubSettings stub) -
Uses of ExperimentsStubSettings in com.google.cloud.dialogflow.cx.v3.stub
Methods in com.google.cloud.dialogflow.cx.v3.stub that return ExperimentsStubSettings Modifier and Type Method Description ExperimentsStubSettingsExperimentsStubSettings.Builder. build()Methods in com.google.cloud.dialogflow.cx.v3.stub with parameters of type ExperimentsStubSettings Modifier and Type Method Description static GrpcExperimentsStubGrpcExperimentsStub. create(ExperimentsStubSettings settings)static HttpJsonExperimentsStubHttpJsonExperimentsStub. create(ExperimentsStubSettings settings)Constructors in com.google.cloud.dialogflow.cx.v3.stub with parameters of type ExperimentsStubSettings Constructor Description Builder(ExperimentsStubSettings settings)GrpcExperimentsStub(ExperimentsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)Constructs an instance of GrpcExperimentsStub, using the given settings.GrpcExperimentsStub(ExperimentsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)Constructs an instance of GrpcExperimentsStub, using the given settings.HttpJsonExperimentsStub(ExperimentsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)Constructs an instance of HttpJsonExperimentsStub, using the given settings.HttpJsonExperimentsStub(ExperimentsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)Constructs an instance of HttpJsonExperimentsStub, using the given settings.
-