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