Dialogflow CX V3 API - Class Google::Cloud::Dialogflow::CX::V3::UpdateToolRequest (v1.11.0)

Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::UpdateToolRequest.

The request message for Tools.UpdateTool.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#tool

def tool() -> ::Google::Cloud::Dialogflow::CX::V3::Tool
Returns

#tool=

def tool=(value) -> ::Google::Cloud::Dialogflow::CX::V3::Tool
Parameter
Returns

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
  • value (::Google::Protobuf::FieldMask) — The mask to control which fields get updated. If the mask is not present, all fields will be updated.
Returns