Class: HighLevel::Models::ConversationAi::CreateEmployeeDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::ConversationAi::CreateEmployeeDto
- Defined in:
- lib/high_level/models/conversation_ai/create_employee_dto.rb
Instance Attribute Summary collapse
-
#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.
-
#goal ⇒ Object
readonly
Returns the value of attribute goal.
-
#instructions ⇒ Object
readonly
Returns the value of attribute instructions.
-
#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.
-
#personality ⇒ Object
readonly
Returns the value of attribute personality.
-
#respond_to_audio ⇒ Object
readonly
Returns the value of attribute respond_to_audio.
-
#respond_to_images ⇒ Object
readonly
Returns the value of attribute respond_to_images.
-
#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.
-
#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
#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/create_employee_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/create_employee_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/create_employee_dto.rb', line 9 def channels @channels end |
#goal ⇒ Object (readonly)
Returns the value of attribute goal
9 10 11 |
# File 'lib/high_level/models/conversation_ai/create_employee_dto.rb', line 9 def goal @goal end |
#instructions ⇒ Object (readonly)
Returns the value of attribute instructions
9 10 11 |
# File 'lib/high_level/models/conversation_ai/create_employee_dto.rb', line 9 def instructions @instructions end |
#is_primary ⇒ Object (readonly)
Returns the value of attribute is_primary
9 10 11 |
# File 'lib/high_level/models/conversation_ai/create_employee_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/create_employee_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/create_employee_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/create_employee_dto.rb', line 9 def name @name end |
#personality ⇒ Object (readonly)
Returns the value of attribute personality
9 10 11 |
# File 'lib/high_level/models/conversation_ai/create_employee_dto.rb', line 9 def personality @personality end |
#respond_to_audio ⇒ Object (readonly)
Returns the value of attribute respond_to_audio
9 10 11 |
# File 'lib/high_level/models/conversation_ai/create_employee_dto.rb', line 9 def respond_to_audio @respond_to_audio end |
#respond_to_images ⇒ Object (readonly)
Returns the value of attribute respond_to_images
9 10 11 |
# File 'lib/high_level/models/conversation_ai/create_employee_dto.rb', line 9 def respond_to_images @respond_to_images end |
#sleep_enabled ⇒ Object (readonly)
Returns the value of attribute sleep_enabled
9 10 11 |
# File 'lib/high_level/models/conversation_ai/create_employee_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/create_employee_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/create_employee_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/create_employee_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/create_employee_dto.rb', line 9 def sleep_time_unit @sleep_time_unit end |
#wait_time ⇒ Object (readonly)
Returns the value of attribute wait_time
9 10 11 |
# File 'lib/high_level/models/conversation_ai/create_employee_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/create_employee_dto.rb', line 9 def wait_time_unit @wait_time_unit end |