Uses of Class
com.google.cloud.dialogflow.v2.SessionsSettings
-
Packages that use SessionsSettings Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of SessionsSettings in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 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.v2 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.v2 with parameters of type SessionsSettings Constructor Description Builder(SessionsSettings settings)
SessionsClient(SessionsSettings settings)
Constructs an instance of SessionsClient, using the given settings.
-