Class: HighLevel::Models::VoiceAi::CustomActionParameters
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::VoiceAi::CustomActionParameters
- Defined in:
- lib/high_level/models/voice_ai/custom_action_parameters.rb
Instance Attribute Summary collapse
-
#api_details ⇒ Object
readonly
Returns the value of attribute api_details.
-
#selected_paths ⇒ Object
readonly
Returns the value of attribute selected_paths.
-
#trigger_message ⇒ Object
readonly
Returns the value of attribute trigger_message.
-
#trigger_prompt ⇒ Object
readonly
Returns the value of attribute trigger_prompt.
Instance Attribute Details
#api_details ⇒ Object (readonly)
Returns the value of attribute 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_paths ⇒ Object (readonly)
Returns the value of attribute 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_message ⇒ Object (readonly)
Returns the value of attribute trigger_message
9 10 11 |
# File 'lib/high_level/models/voice_ai/custom_action_parameters.rb', line 9 def @trigger_message end |
#trigger_prompt ⇒ Object (readonly)
Returns the value of attribute trigger_prompt
9 10 11 |
# File 'lib/high_level/models/voice_ai/custom_action_parameters.rb', line 9 def trigger_prompt @trigger_prompt end |