GoogleCloudDialogflowCxV3WebhookGenericWebServiceHttpMethod

enum GoogleCloudDialogflowCxV3WebhookGenericWebServiceHttpMethod : Enum<GoogleCloudDialogflowCxV3WebhookGenericWebServiceHttpMethod> , ConvertibleToJava<GoogleCloudDialogflowCxV3WebhookGenericWebServiceHttpMethod>

Optional. HTTP method for the flexible webhook calls. Standard webhook always uses POST.

Entries

Link copied to clipboard

HTTP method not specified.

Link copied to clipboard

HTTP POST Method.

Link copied to clipboard

HTTP GET Method.

Link copied to clipboard

HTTP HEAD Method.

Link copied to clipboard

HTTP PUT Method.

Link copied to clipboard

HTTP DELETE Method.

Link copied to clipboard

HTTP PATCH Method.

Link copied to clipboard

HTTP OPTIONS Method.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDialogflowCxV3WebhookGenericWebServiceHttpMethod
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: GoogleCloudDialogflowCxV3WebhookGenericWebServiceHttpMethod
Link copied to clipboard
Link copied to clipboard