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