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