Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class MethodType.
The method type of the tool.
Protobuf type google.cloud.dialogflow.v2.Tool.MethodType
Namespace
Google \ Cloud \ Dialogflow \ V2 \ ToolMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
METHOD_TYPE_UNSPECIFIED
Value: 0Unspecified.
Generated from protobuf enum METHOD_TYPE_UNSPECIFIED = 0;
GET
Value: 1GET method.
Generated from protobuf enum GET = 1;
POST
Value: 2POST method.
Generated from protobuf enum POST = 2;
PUT
Value: 3PUT method.
Generated from protobuf enum PUT = 3;
DELETE
Value: 4DELETE method.
Generated from protobuf enum DELETE = 4;
PATCH
Value: 5PATCH method.
Generated from protobuf enum PATCH = 5;