Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.WebhookName
-
Packages that use WebhookName Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of WebhookName in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 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.v3beta1 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.v3beta1 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.v3beta1 with type arguments of type WebhookName Modifier and Type Method Description static List<String>
WebhookName. toStringList(List<WebhookName> values)
-