Uses of Class
com.google.cloud.dialogflow.cx.v3.WebhookName
-
Packages that use WebhookName Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of WebhookName in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return WebhookName Modifier and Type Method Description WebhookName
WebhookName.Builder. build()
static WebhookName
WebhookName. of(String project, String location, String agent, String webhook)
static WebhookName
WebhookName. parse(String formattedString)
Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type WebhookName Modifier and Type Method Description static List<WebhookName>
WebhookName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type WebhookName Modifier and Type Method Description void
WebhooksClient. deleteWebhook(WebhookName name)
Deletes the specified webhook.Webhook
WebhooksClient. getWebhook(WebhookName name)
Retrieves the specified webhook.Method parameters in com.google.cloud.dialogflow.cx.v3 with type arguments of type WebhookName Modifier and Type Method Description static List<String>
WebhookName. toStringList(List<WebhookName> values)
-