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
value
mixed
static::value
name
mixed
Constants
METHOD_TYPE_UNSPECIFIED
Value: 0
Unspecified.
Generated from protobuf enum METHOD_TYPE_UNSPECIFIED = 0;
GET
Value: 1
GET method.
Generated from protobuf enum GET = 1;
POST
Value: 2
POST method.
Generated from protobuf enum POST = 2;
PUT
Value: 3
PUT method.
Generated from protobuf enum PUT = 3;
DELETE
Value: 4
DELETE method.
Generated from protobuf enum DELETE = 4;
PATCH
Value: 5
PATCH method.
Generated from protobuf enum PATCH = 5;

