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