Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::Tool::FunctionTool.
A Function tool describes the functions to be invoked on the client side.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#input_schema
def input_schema() -> ::Google::Protobuf::Struct
Returns
- (::Google::Protobuf::Struct) — Optional. The JSON schema is encapsulated in a google.protobuf.Struct to describe the input of the function. This input is a JSON object that contains the function's parameters as properties of the object.
#input_schema=
def input_schema=(value) -> ::Google::Protobuf::Struct
Parameter
- value (::Google::Protobuf::Struct) — Optional. The JSON schema is encapsulated in a google.protobuf.Struct to describe the input of the function. This input is a JSON object that contains the function's parameters as properties of the object.
Returns
- (::Google::Protobuf::Struct) — Optional. The JSON schema is encapsulated in a google.protobuf.Struct to describe the input of the function. This input is a JSON object that contains the function's parameters as properties of the object.
#method_type
def method_type() -> ::Google::Cloud::Dialogflow::V2::Tool::MethodType
Returns
- (::Google::Cloud::Dialogflow::V2::Tool::MethodType) — Optional. The method type of the function. If not specified, the default value is GET.
#method_type=
def method_type=(value) -> ::Google::Cloud::Dialogflow::V2::Tool::MethodType
Parameter
- value (::Google::Cloud::Dialogflow::V2::Tool::MethodType) — Optional. The method type of the function. If not specified, the default value is GET.
Returns
- (::Google::Cloud::Dialogflow::V2::Tool::MethodType) — Optional. The method type of the function. If not specified, the default value is GET.
#output_schema
def output_schema() -> ::Google::Protobuf::Struct
Returns
- (::Google::Protobuf::Struct) — Optional. The JSON schema is encapsulated in a google.protobuf.Struct to describe the output of the function. This output is a JSON object that contains the function's parameters as properties of the object.
#output_schema=
def output_schema=(value) -> ::Google::Protobuf::Struct
Parameter
- value (::Google::Protobuf::Struct) — Optional. The JSON schema is encapsulated in a google.protobuf.Struct to describe the output of the function. This output is a JSON object that contains the function's parameters as properties of the object.
Returns
- (::Google::Protobuf::Struct) — Optional. The JSON schema is encapsulated in a google.protobuf.Struct to describe the output of the function. This output is a JSON object that contains the function's parameters as properties of the object.