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