Class: Twilio::REST::Preview::Understand::AssistantContext::FieldTypeContext::FieldValuePage
- Inherits:
-
Twilio::REST::Page
- Object
- Twilio::REST::Page
- Twilio::REST::Preview::Understand::AssistantContext::FieldTypeContext::FieldValuePage
- Defined in:
- lib/twilio-ruby/rest/preview/understand/assistant/field_type/field_value.rb
Constant Summary
Constants inherited from Twilio::REST::Page
Instance Method Summary collapse
-
#get_instance(payload) ⇒ FieldValueInstance
Build an instance of FieldValueInstance.
-
#initialize(version, response, solution) ⇒ FieldValuePage
constructor
Initialize the FieldValuePage.
-
#to_s ⇒ Object
Provide a user friendly representation.
Methods inherited from Twilio::REST::Page
#each, #load_page, #next_page, #next_page_url, #previous_page, #previous_page_url, #process_response
Constructor Details
#initialize(version, response, solution) ⇒ FieldValuePage
Initialize the FieldValuePage
227 228 229 230 231 232 |
# File 'lib/twilio-ruby/rest/preview/understand/assistant/field_type/field_value.rb', line 227 def initialize(version, response, solution) super(version, response) # Path Solution @solution = solution end |
Instance Method Details
#get_instance(payload) ⇒ FieldValueInstance
Build an instance of FieldValueInstance
238 239 240 |
# File 'lib/twilio-ruby/rest/preview/understand/assistant/field_type/field_value.rb', line 238 def get_instance(payload) FieldValueInstance.new(@version, payload, assistant_sid: @solution[:assistant_sid], field_type_sid: @solution[:field_type_sid]) end |
#to_s ⇒ Object
Provide a user friendly representation
244 245 246 |
# File 'lib/twilio-ruby/rest/preview/understand/assistant/field_type/field_value.rb', line 244 def to_s '<Twilio.Preview.Understand.FieldValuePage>' end |