Class: Twilio::REST::Preview::Understand::AssistantContext::TaskContext::TaskActionsList
- Inherits:
-
ListResource
- Object
- ListResource
- Twilio::REST::Preview::Understand::AssistantContext::TaskContext::TaskActionsList
- Defined in:
- lib/twilio-ruby/rest/preview/understand/assistant/task/task_actions.rb
Overview
PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact [email protected]
Instance Method Summary collapse
-
#initialize(version, assistant_sid: nil, task_sid: nil) ⇒ TaskActionsList
constructor
Initialize the TaskActionsList.
-
#to_s ⇒ Object
Provide a user friendly representation.
Constructor Details
#initialize(version, assistant_sid: nil, task_sid: nil) ⇒ TaskActionsList
Initialize the TaskActionsList
24 25 26 27 28 29 |
# File 'lib/twilio-ruby/rest/preview/understand/assistant/task/task_actions.rb', line 24 def initialize(version, assistant_sid: nil, task_sid: nil) super(version) # Path Solution @solution = {assistant_sid: assistant_sid, task_sid: task_sid} end |
Instance Method Details
#to_s ⇒ Object
Provide a user friendly representation
33 34 35 |
# File 'lib/twilio-ruby/rest/preview/understand/assistant/task/task_actions.rb', line 33 def to_s '#<Twilio.Preview.Understand.TaskActionsList>' end |