Class: Twilio::REST::Preview::Understand::AssistantContext::IntentContext::IntentStatisticsList
- Inherits:
-
ListResource
- Object
- ListResource
- Twilio::REST::Preview::Understand::AssistantContext::IntentContext::IntentStatisticsList
- Defined in:
- lib/twilio-ruby/rest/preview/understand/assistant/intent/intent_statistics.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, intent_sid: nil) ⇒ IntentStatisticsList
constructor
Initialize the IntentStatisticsList.
-
#to_s ⇒ Object
Provide a user friendly representation.
Constructor Details
#initialize(version, assistant_sid: nil, intent_sid: nil) ⇒ IntentStatisticsList
Initialize the IntentStatisticsList
25 26 27 28 29 30 |
# File 'lib/twilio-ruby/rest/preview/understand/assistant/intent/intent_statistics.rb', line 25 def initialize(version, assistant_sid: nil, intent_sid: nil) super(version) # Path Solution @solution = {assistant_sid: assistant_sid, intent_sid: intent_sid} end |
Instance Method Details
#to_s ⇒ Object
Provide a user friendly representation
34 35 36 |
# File 'lib/twilio-ruby/rest/preview/understand/assistant/intent/intent_statistics.rb', line 34 def to_s '#<Twilio.Preview.Understand.IntentStatisticsList>' end |