Uses of Class
com.google.cloud.dialogflow.cx.v3.SessionsClient
-
Packages that use SessionsClient Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of SessionsClient in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return SessionsClient Modifier and Type Method Description static SessionsClient
SessionsClient. create()
Constructs an instance of SessionsClient with default settings.static SessionsClient
SessionsClient. create(SessionsSettings settings)
Constructs an instance of SessionsClient, using the given settings.static SessionsClient
SessionsClient. create(SessionsStub stub)
Constructs an instance of SessionsClient, using the given stub for making calls.
-