Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.Webhook.WebhookCase
-
Packages that use Webhook.WebhookCase Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of Webhook.WebhookCase in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return Webhook.WebhookCase Modifier and Type Method Description static Webhook.WebhookCase
Webhook.WebhookCase. forNumber(int value)
Webhook.WebhookCase
Webhook.Builder. getWebhookCase()
Webhook.WebhookCase
Webhook. getWebhookCase()
Webhook.WebhookCase
WebhookOrBuilder. getWebhookCase()
static Webhook.WebhookCase
Webhook.WebhookCase. valueOf(int value)
Deprecated.static Webhook.WebhookCase
Webhook.WebhookCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static Webhook.WebhookCase[]
Webhook.WebhookCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-