Class: HighLevel::Models::VoiceAi::CustomActionParameters

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

Instance Attribute Summary collapse

Instance Attribute Details

#api_detailsObject (readonly)

Returns the value of attribute api_details

Returns:

  • (Object)

    the current value of api_details



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

def api_details
  @api_details
end

#selected_pathsObject (readonly)

Returns the value of attribute selected_paths

Returns:

  • (Object)

    the current value of selected_paths



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

def selected_paths
  @selected_paths
end

#trigger_messageObject (readonly)

Returns the value of attribute trigger_message

Returns:

  • (Object)

    the current value of trigger_message



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

def trigger_message
  @trigger_message
end

#trigger_promptObject (readonly)

Returns the value of attribute trigger_prompt

Returns:

  • (Object)

    the current value of trigger_prompt



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

def trigger_prompt
  @trigger_prompt
end