Uses of Class
com.google.cloud.dialogflow.cx.v3.WebhookResponse.TransitionCase
-
Packages that use WebhookResponse.TransitionCase Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of WebhookResponse.TransitionCase in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return WebhookResponse.TransitionCase Modifier and Type Method Description static WebhookResponse.TransitionCaseWebhookResponse.TransitionCase. forNumber(int value)WebhookResponse.TransitionCaseWebhookResponse.Builder. getTransitionCase()WebhookResponse.TransitionCaseWebhookResponse. getTransitionCase()WebhookResponse.TransitionCaseWebhookResponseOrBuilder. getTransitionCase()static WebhookResponse.TransitionCaseWebhookResponse.TransitionCase. valueOf(int value)Deprecated.static WebhookResponse.TransitionCaseWebhookResponse.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.
-