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