Class: HighLevel::Models::ConversationAi::EmployeeListItemDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::ConversationAi::EmployeeListItemDTO
- Defined in:
- lib/high_level/models/conversation_ai/employee_list_item_dto.rb
Instance Attribute Summary collapse
-
#actions ⇒ Object
readonly
Returns the value of attribute actions.
-
#auto_pilot_max_messages ⇒ Object
readonly
Returns the value of attribute auto_pilot_max_messages.
-
#business_name ⇒ Object
readonly
Returns the value of attribute business_name.
-
#channels ⇒ Object
readonly
Returns the value of attribute channels.
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#goal ⇒ Object
readonly
Returns the value of attribute goal.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#is_primary ⇒ Object
readonly
Returns the value of attribute is_primary.
-
#knowledge_base_ids ⇒ Object
readonly
Returns the value of attribute knowledge_base_ids.
-
#mode ⇒ Object
readonly
Returns the value of attribute mode.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#sleep_enabled ⇒ Object
readonly
Returns the value of attribute sleep_enabled.
-
#sleep_on_manual_message ⇒ Object
readonly
Returns the value of attribute sleep_on_manual_message.
-
#sleep_on_workflow_message ⇒ Object
readonly
Returns the value of attribute sleep_on_workflow_message.
-
#sleep_time ⇒ Object
readonly
Returns the value of attribute sleep_time.
-
#sleep_time_unit ⇒ Object
readonly
Returns the value of attribute sleep_time_unit.
-
#updated_at ⇒ Object
readonly
Returns the value of attribute updated_at.
-
#wait_time ⇒ Object
readonly
Returns the value of attribute wait_time.
-
#wait_time_unit ⇒ Object
readonly
Returns the value of attribute wait_time_unit.
Instance Attribute Details
#actions ⇒ Object (readonly)
Returns the value of attribute actions
9 10 11 |
# File 'lib/high_level/models/conversation_ai/employee_list_item_dto.rb', line 9 def actions @actions end |
#auto_pilot_max_messages ⇒ Object (readonly)
Returns the value of attribute auto_pilot_max_messages
9 10 11 |
# File 'lib/high_level/models/conversation_ai/employee_list_item_dto.rb', line 9 def @auto_pilot_max_messages end |
#business_name ⇒ Object (readonly)
Returns the value of attribute business_name
9 10 11 |
# File 'lib/high_level/models/conversation_ai/employee_list_item_dto.rb', line 9 def business_name @business_name end |
#channels ⇒ Object (readonly)
Returns the value of attribute channels
9 10 11 |
# File 'lib/high_level/models/conversation_ai/employee_list_item_dto.rb', line 9 def channels @channels end |
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at
9 10 11 |
# File 'lib/high_level/models/conversation_ai/employee_list_item_dto.rb', line 9 def created_at @created_at end |
#goal ⇒ Object (readonly)
Returns the value of attribute goal
9 10 11 |
# File 'lib/high_level/models/conversation_ai/employee_list_item_dto.rb', line 9 def goal @goal end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/conversation_ai/employee_list_item_dto.rb', line 9 def id @id end |
#is_primary ⇒ Object (readonly)
Returns the value of attribute is_primary
9 10 11 |
# File 'lib/high_level/models/conversation_ai/employee_list_item_dto.rb', line 9 def is_primary @is_primary end |
#knowledge_base_ids ⇒ Object (readonly)
Returns the value of attribute knowledge_base_ids
9 10 11 |
# File 'lib/high_level/models/conversation_ai/employee_list_item_dto.rb', line 9 def knowledge_base_ids @knowledge_base_ids end |
#mode ⇒ Object (readonly)
Returns the value of attribute mode
9 10 11 |
# File 'lib/high_level/models/conversation_ai/employee_list_item_dto.rb', line 9 def mode @mode end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/conversation_ai/employee_list_item_dto.rb', line 9 def name @name end |
#sleep_enabled ⇒ Object (readonly)
Returns the value of attribute sleep_enabled
9 10 11 |
# File 'lib/high_level/models/conversation_ai/employee_list_item_dto.rb', line 9 def sleep_enabled @sleep_enabled end |
#sleep_on_manual_message ⇒ Object (readonly)
Returns the value of attribute sleep_on_manual_message
9 10 11 |
# File 'lib/high_level/models/conversation_ai/employee_list_item_dto.rb', line 9 def @sleep_on_manual_message end |
#sleep_on_workflow_message ⇒ Object (readonly)
Returns the value of attribute sleep_on_workflow_message
9 10 11 |
# File 'lib/high_level/models/conversation_ai/employee_list_item_dto.rb', line 9 def @sleep_on_workflow_message end |
#sleep_time ⇒ Object (readonly)
Returns the value of attribute sleep_time
9 10 11 |
# File 'lib/high_level/models/conversation_ai/employee_list_item_dto.rb', line 9 def sleep_time @sleep_time end |
#sleep_time_unit ⇒ Object (readonly)
Returns the value of attribute sleep_time_unit
9 10 11 |
# File 'lib/high_level/models/conversation_ai/employee_list_item_dto.rb', line 9 def sleep_time_unit @sleep_time_unit end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at
9 10 11 |
# File 'lib/high_level/models/conversation_ai/employee_list_item_dto.rb', line 9 def updated_at @updated_at end |
#wait_time ⇒ Object (readonly)
Returns the value of attribute wait_time
9 10 11 |
# File 'lib/high_level/models/conversation_ai/employee_list_item_dto.rb', line 9 def wait_time @wait_time end |
#wait_time_unit ⇒ Object (readonly)
Returns the value of attribute wait_time_unit
9 10 11 |
# File 'lib/high_level/models/conversation_ai/employee_list_item_dto.rb', line 9 def wait_time_unit @wait_time_unit end |