Class: Google::Cloud::Dialogflow::V2::UpdateToolRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::UpdateToolRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/tool.rb
Overview
Request of UpdateTool.
Instance Attribute Summary collapse
-
#tool ⇒ ::Google::Cloud::Dialogflow::V2::Tool
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#tool ⇒ ::Google::Cloud::Dialogflow::V2::Tool
Returns Required. The tool to update. The name field of tool is to identify the tool to update.
108 109 110 111 |
# File 'proto_docs/google/cloud/dialogflow/v2/tool.rb', line 108 class UpdateToolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. The list of fields to update.
108 109 110 111 |
# File 'proto_docs/google/cloud/dialogflow/v2/tool.rb', line 108 class UpdateToolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |