Method: Twilio::REST::Assistants::V1::ToolList::AssistantsV1ServiceCreateToolRequest#name

Defined in:
lib/twilio-ruby/rest/assistants/v1/tool.rb,
lib/twilio-ruby/rest/assistants/v1/tool.rb

#nameObject

Parameters:

  • : (assistant_id)
    String

    The Assistant ID.

  • : (description)
    String

    The description of the tool.

  • : (enabled)
    Boolean

    True if the tool is enabled.

  • : (meta)
    Hash

    The metadata related to method, url, input_schema to used with the Tool.

  • : (name)
    String

    The name of the tool.

  • : (policy)
    ToolList.AssistantsV1ServiceCreatePolicyRequest
  • : (type)
    String

    The description of the tool.



55
56
57
# File 'lib/twilio-ruby/rest/assistants/v1/tool.rb', line 55

def name
  @name
end