Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::UpdateToolRequest.
Request of UpdateTool.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#tool
def tool() -> ::Google::Cloud::Dialogflow::V2::Tool
Returns
- (::Google::Cloud::Dialogflow::V2::Tool) — Required. The tool to update. The name field of tool is to identify the tool to update.
#tool=
def tool=(value) -> ::Google::Cloud::Dialogflow::V2::Tool
Parameter
- value (::Google::Cloud::Dialogflow::V2::Tool) — Required. The tool to update. The name field of tool is to identify the tool to update.
Returns
- (::Google::Cloud::Dialogflow::V2::Tool) — Required. The tool to update. The name field of tool is to identify the tool to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Optional. The list of fields to update.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Optional. The list of fields to update.
Returns
- (::Google::Protobuf::FieldMask) — Optional. The list of fields to update.