Package | Description |
---|---|
com.google.cloud.dialogflow.v2 |
A client to Dialogflow API
|
Modifier and Type | Method and Description |
---|---|
static Intent.WebhookState |
Intent.WebhookState.forNumber(int value) |
Intent.WebhookState |
Intent.getWebhookState()
Optional.
|
Intent.WebhookState |
Intent.Builder.getWebhookState()
Optional.
|
Intent.WebhookState |
IntentOrBuilder.getWebhookState()
Optional.
|
static Intent.WebhookState |
Intent.WebhookState.valueOf(Descriptors.EnumValueDescriptor desc) |
static Intent.WebhookState |
Intent.WebhookState.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Intent.WebhookState |
Intent.WebhookState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Intent.WebhookState[] |
Intent.WebhookState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Internal.EnumLiteMap<Intent.WebhookState> |
Intent.WebhookState.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Intent.Builder |
Intent.Builder.setWebhookState(Intent.WebhookState value)
Optional.
|
Copyright © 2022 Google LLC. All rights reserved.