Class: Twilio::REST::Autopilot::V1::AssistantPage
- Defined in:
- lib/twilio-ruby/rest/autopilot/v1/assistant.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].
Constant Summary
Constants inherited from Page
Instance Method Summary collapse
-
#get_instance(payload) ⇒ AssistantInstance
Build an instance of AssistantInstance.
-
#initialize(version, response, solution) ⇒ AssistantPage
constructor
Initialize the AssistantPage.
-
#to_s ⇒ Object
Provide a user friendly representation.
Methods inherited from Page
#each, #load_page, #next_page, #next_page_url, #previous_page, #previous_page_url, #process_response
Constructor Details
#initialize(version, response, solution) ⇒ AssistantPage
Initialize the AssistantPage
163 164 165 166 167 168 |
# File 'lib/twilio-ruby/rest/autopilot/v1/assistant.rb', line 163 def initialize(version, response, solution) super(version, response) # Path Solution @solution = solution end |
Instance Method Details
#get_instance(payload) ⇒ AssistantInstance
Build an instance of AssistantInstance
174 175 176 |
# File 'lib/twilio-ruby/rest/autopilot/v1/assistant.rb', line 174 def get_instance(payload) AssistantInstance.new(@version, payload, ) end |
#to_s ⇒ Object
Provide a user friendly representation
180 181 182 |
# File 'lib/twilio-ruby/rest/autopilot/v1/assistant.rb', line 180 def to_s '<Twilio.Autopilot.V1.AssistantPage>' end |