Class: HighLevel::Models::VoiceAi::PatchAgentDTO

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/voice_ai/patch_agent_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#agent_nameObject (readonly)

Returns the value of attribute agent_name

Returns:

  • (Object)

    the current value of agent_name



9
10
11
# File 'lib/high_level/models/voice_ai/patch_agent_dto.rb', line 9

def agent_name
  @agent_name
end

#agent_promptObject (readonly)

Returns the value of attribute agent_prompt

Returns:

  • (Object)

    the current value of agent_prompt



9
10
11
# File 'lib/high_level/models/voice_ai/patch_agent_dto.rb', line 9

def agent_prompt
  @agent_prompt
end

#agent_working_hoursObject (readonly)

Returns the value of attribute agent_working_hours

Returns:

  • (Object)

    the current value of agent_working_hours



9
10
11
# File 'lib/high_level/models/voice_ai/patch_agent_dto.rb', line 9

def agent_working_hours
  @agent_working_hours
end

#business_nameObject (readonly)

Returns the value of attribute business_name

Returns:

  • (Object)

    the current value of business_name



9
10
11
# File 'lib/high_level/models/voice_ai/patch_agent_dto.rb', line 9

def business_name
  @business_name
end

#call_end_workflow_idsObject (readonly)

Returns the value of attribute call_end_workflow_ids

Returns:

  • (Object)

    the current value of call_end_workflow_ids



9
10
11
# File 'lib/high_level/models/voice_ai/patch_agent_dto.rb', line 9

def call_end_workflow_ids
  @call_end_workflow_ids
end

#inbound_numberObject (readonly)

Returns the value of attribute inbound_number

Returns:

  • (Object)

    the current value of inbound_number



9
10
11
# File 'lib/high_level/models/voice_ai/patch_agent_dto.rb', line 9

def inbound_number
  @inbound_number
end

#is_agent_as_backup_disabledObject (readonly)

Returns the value of attribute is_agent_as_backup_disabled

Returns:

  • (Object)

    the current value of is_agent_as_backup_disabled



9
10
11
# File 'lib/high_level/models/voice_ai/patch_agent_dto.rb', line 9

def is_agent_as_backup_disabled
  @is_agent_as_backup_disabled
end

#languageObject (readonly)

Returns the value of attribute language

Returns:

  • (Object)

    the current value of language



9
10
11
# File 'lib/high_level/models/voice_ai/patch_agent_dto.rb', line 9

def language
  @language
end

#max_call_durationObject (readonly)

Returns the value of attribute max_call_duration

Returns:

  • (Object)

    the current value of max_call_duration



9
10
11
# File 'lib/high_level/models/voice_ai/patch_agent_dto.rb', line 9

def max_call_duration
  @max_call_duration
end

#number_pool_idObject (readonly)

Returns the value of attribute number_pool_id

Returns:

  • (Object)

    the current value of number_pool_id



9
10
11
# File 'lib/high_level/models/voice_ai/patch_agent_dto.rb', line 9

def number_pool_id
  @number_pool_id
end

#patience_levelObject (readonly)

Returns the value of attribute patience_level

Returns:

  • (Object)

    the current value of patience_level



9
10
11
# File 'lib/high_level/models/voice_ai/patch_agent_dto.rb', line 9

def patience_level
  @patience_level
end

#reminder_after_idle_time_secondsObject (readonly)

Returns the value of attribute reminder_after_idle_time_seconds

Returns:

  • (Object)

    the current value of reminder_after_idle_time_seconds



9
10
11
# File 'lib/high_level/models/voice_ai/patch_agent_dto.rb', line 9

def reminder_after_idle_time_seconds
  @reminder_after_idle_time_seconds
end

#send_post_call_notification_toObject (readonly)

Returns the value of attribute send_post_call_notification_to

Returns:

  • (Object)

    the current value of send_post_call_notification_to



9
10
11
# File 'lib/high_level/models/voice_ai/patch_agent_dto.rb', line 9

def send_post_call_notification_to
  @send_post_call_notification_to
end

#send_user_idle_remindersObject (readonly)

Returns the value of attribute send_user_idle_reminders

Returns:

  • (Object)

    the current value of send_user_idle_reminders



9
10
11
# File 'lib/high_level/models/voice_ai/patch_agent_dto.rb', line 9

def send_user_idle_reminders
  @send_user_idle_reminders
end

#timezoneObject (readonly)

Returns the value of attribute timezone

Returns:

  • (Object)

    the current value of timezone



9
10
11
# File 'lib/high_level/models/voice_ai/patch_agent_dto.rb', line 9

def timezone
  @timezone
end

#translationObject (readonly)

Returns the value of attribute translation

Returns:

  • (Object)

    the current value of translation



9
10
11
# File 'lib/high_level/models/voice_ai/patch_agent_dto.rb', line 9

def translation
  @translation
end

#voice_idObject (readonly)

Returns the value of attribute voice_id

Returns:

  • (Object)

    the current value of voice_id



9
10
11
# File 'lib/high_level/models/voice_ai/patch_agent_dto.rb', line 9

def voice_id
  @voice_id
end

#welcome_messageObject (readonly)

Returns the value of attribute welcome_message

Returns:

  • (Object)

    the current value of welcome_message



9
10
11
# File 'lib/high_level/models/voice_ai/patch_agent_dto.rb', line 9

def welcome_message
  @welcome_message
end