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