Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.SessionsSettings
-
Packages that use SessionsSettings Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of SessionsSettings in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return SessionsSettings Modifier and Type Method Description SessionsSettings
SessionsSettings.Builder. build()
static SessionsSettings
SessionsSettings. create(SessionsStubSettings stub)
SessionsSettings
SessionsClient. getSettings()
Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type SessionsSettings Modifier and Type Method Description static SessionsClient
SessionsClient. create(SessionsSettings settings)
Constructs an instance of SessionsClient, using the given settings.Constructors in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type SessionsSettings Constructor Description Builder(SessionsSettings settings)
SessionsClient(SessionsSettings settings)
Constructs an instance of SessionsClient, using the given settings.
-