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