Uses of Class
com.google.cloud.dialogflow.v2.Intent.WebhookState
-
Packages that use Intent.WebhookState Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of Intent.WebhookState in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return Intent.WebhookState Modifier and Type Method Description static Intent.WebhookState
Intent.WebhookState. forNumber(int value)
Intent.WebhookState
Intent.Builder. getWebhookState()
Optional.Intent.WebhookState
Intent. getWebhookState()
Optional.Intent.WebhookState
IntentOrBuilder. getWebhookState()
Optional.static Intent.WebhookState
Intent.WebhookState. valueOf(int value)
Deprecated.static Intent.WebhookState
Intent.WebhookState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.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.Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type Intent.WebhookState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Intent.WebhookState>
Intent.WebhookState. internalGetValueMap()
Methods in com.google.cloud.dialogflow.v2 with parameters of type Intent.WebhookState Modifier and Type Method Description Intent.Builder
Intent.Builder. setWebhookState(Intent.WebhookState value)
Optional.
-