public static enum WebhookRequest.QueryCase extends Enum<WebhookRequest.QueryCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
DTMF_DIGITS |
QUERY_NOT_SET |
TEXT |
TRANSCRIPT |
TRIGGER_EVENT |
TRIGGER_INTENT |
| Modifier and Type | Method and Description |
|---|---|
static WebhookRequest.QueryCase |
forNumber(int value) |
int |
getNumber() |
static WebhookRequest.QueryCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static WebhookRequest.QueryCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebhookRequest.QueryCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebhookRequest.QueryCase TEXT
public static final WebhookRequest.QueryCase TRIGGER_INTENT
public static final WebhookRequest.QueryCase TRANSCRIPT
public static final WebhookRequest.QueryCase TRIGGER_EVENT
public static final WebhookRequest.QueryCase DTMF_DIGITS
public static final WebhookRequest.QueryCase QUERY_NOT_SET
public static WebhookRequest.QueryCase[] values()
for (WebhookRequest.QueryCase c : WebhookRequest.QueryCase.values()) System.out.println(c);
public static WebhookRequest.QueryCase valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null@Deprecated public static WebhookRequest.QueryCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static WebhookRequest.QueryCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2025 Google LLC. All rights reserved.