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