Class: HighLevel::Models::VoiceAi::WorkflowTriggerParameters

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

Instance Attribute Summary collapse

Instance Attribute Details

#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/workflow_trigger_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/workflow_trigger_parameters.rb', line 9

def trigger_prompt
  @trigger_prompt
end

#workflow_idObject (readonly)

Returns the value of attribute workflow_id

Returns:

  • (Object)

    the current value of workflow_id



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

def workflow_id
  @workflow_id
end