Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class HttpMethod.
HTTP method to use when calling webhooks.
Protobuf type google.cloud.dialogflow.cx.v3.Webhook.GenericWebService.HttpMethod
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3 \ Webhook \ GenericWebServiceMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
HTTP_METHOD_UNSPECIFIED
Value: 0
HTTP method not specified.
Generated from protobuf enum HTTP_METHOD_UNSPECIFIED = 0;
POST
Value: 1
HTTP POST Method.
Generated from protobuf enum POST = 1;
GET
Value: 2
HTTP GET Method.
Generated from protobuf enum GET = 2;
HEAD
Value: 3
HTTP HEAD Method.
Generated from protobuf enum HEAD = 3;
PUT
Value: 4
HTTP PUT Method.
Generated from protobuf enum PUT = 4;
DELETE
Value: 5
HTTP DELETE Method.
Generated from protobuf enum DELETE = 5;
PATCH
Value: 6
HTTP PATCH Method.
Generated from protobuf enum PATCH = 6;
OPTIONS
Value: 7
HTTP OPTIONS Method.
Generated from protobuf enum OPTIONS = 7;