Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.stub.ExperimentsStubSettings
-
Packages that use ExperimentsStubSettings Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3beta1.stub -
-
Uses of ExperimentsStubSettings in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type ExperimentsStubSettings Modifier and Type Method Description static ExperimentsSettings
ExperimentsSettings. create(ExperimentsStubSettings stub)
-
Uses of ExperimentsStubSettings in com.google.cloud.dialogflow.cx.v3beta1.stub
Methods in com.google.cloud.dialogflow.cx.v3beta1.stub that return ExperimentsStubSettings Modifier and Type Method Description ExperimentsStubSettings
ExperimentsStubSettings.Builder. build()
Methods in com.google.cloud.dialogflow.cx.v3beta1.stub with parameters of type ExperimentsStubSettings Modifier and Type Method Description static GrpcExperimentsStub
GrpcExperimentsStub. create(ExperimentsStubSettings settings)
static HttpJsonExperimentsStub
HttpJsonExperimentsStub. create(ExperimentsStubSettings settings)
Constructors in com.google.cloud.dialogflow.cx.v3beta1.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.
-