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