Class: HighLevel::Models::ConversationAi::FollowupSettings

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/conversation_ai/followup_settings.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dynamic_channel_switchingObject (readonly)

Returns the value of attribute dynamic_channel_switching

Returns:

  • (Object)

    the current value of 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_hoursObject (readonly)

Returns the value of attribute follow_up_hours

Returns:

  • (Object)

    the current value of 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_useObject (readonly)

Returns the value of attribute timezone_to_use

Returns:

  • (Object)

    the current value of 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_hoursObject (readonly)

Returns the value of attribute working_hours

Returns:

  • (Object)

    the current value of working_hours



9
10
11
# File 'lib/high_level/models/conversation_ai/followup_settings.rb', line 9

def working_hours
  @working_hours
end