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 WebhookNameWebhookName.Builder. build()static WebhookNameWebhookName. of(String project, String location, String agent, String webhook)static WebhookNameWebhookName. 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 voidWebhooksClient. deleteWebhook(WebhookName name)Deletes the specified webhook.WebhookWebhooksClient. 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)
-