Class: HighLevel::Models::ConversationAi::ActionDataDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::ConversationAi::ActionDataDTO
- Defined in:
- lib/high_level/models/conversation_ai/action_data_dto.rb
Instance Attribute Summary collapse
-
#agent_id ⇒ Object
readonly
Returns the value of attribute agent_id.
-
#details ⇒ Object
readonly
Returns the value of attribute details.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#agent_id ⇒ Object (readonly)
Returns the value of attribute agent_id
9 10 11 |
# File 'lib/high_level/models/conversation_ai/action_data_dto.rb', line 9 def agent_id @agent_id end |
#details ⇒ Object (readonly)
Returns the value of attribute details
9 10 11 |
# File 'lib/high_level/models/conversation_ai/action_data_dto.rb', line 9 def details @details end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/conversation_ai/action_data_dto.rb', line 9 def id @id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/conversation_ai/action_data_dto.rb', line 9 def name @name end |
#type ⇒ Object (readonly)
Returns the value of attribute type
9 10 11 |
# File 'lib/high_level/models/conversation_ai/action_data_dto.rb', line 9 def type @type end |