Module: Google::Cloud::Dialogflow::V2::Tool::MethodType

Defined in:
proto_docs/google/cloud/dialogflow/v2/tool.rb

Overview

The method type of the tool.

Constant Summary collapse

METHOD_TYPE_UNSPECIFIED =

Unspecified.

0
GET =

GET method.

1
POST =

POST method.

2
PUT =

PUT method.

3
DELETE =

DELETE method.

4
PATCH =

PATCH method.

5