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