Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolFunctionTool
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolFunctionTool
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3/classes.rb,
lib/google/apis/dialogflow_v3/representations.rb,
lib/google/apis/dialogflow_v3/representations.rb
Instance Attribute Summary collapse
-
#input_schema ⇒ Hash<String,Object>
Corresponds to the JSON property
inputSchema. -
#output_schema ⇒ Hash<String,Object>
Corresponds to the JSON property
outputSchema.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ToolFunctionTool
constructor
A new instance of GoogleCloudDialogflowCxV3ToolFunctionTool.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ToolFunctionTool
Returns a new instance of GoogleCloudDialogflowCxV3ToolFunctionTool.
8257 8258 8259 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8257 def initialize(**args) update!(**args) end |
Instance Attribute Details
#input_schema ⇒ Hash<String,Object>
Corresponds to the JSON property inputSchema
8250 8251 8252 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8250 def input_schema @input_schema end |
#output_schema ⇒ Hash<String,Object>
Corresponds to the JSON property outputSchema
8255 8256 8257 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8255 def output_schema @output_schema end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8262 8263 8264 8265 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8262 def update!(**args) @input_schema = args[:input_schema] if args.key?(:input_schema) @output_schema = args[:output_schema] if args.key?(:output_schema) end |