Class: HighLevel::Models::VoiceAi::CallActionSchema

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

Instance Attribute Summary collapse

Instance Attribute Details

#action_idObject (readonly)

Returns the value of attribute action_id

Returns:

  • (Object)

    the current value of action_id



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

def action_id
  @action_id
end

#action_nameObject (readonly)

Returns the value of attribute action_name

Returns:

  • (Object)

    the current value of action_name



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

def action_name
  @action_name
end

#action_parametersObject (readonly)

Returns the value of attribute action_parameters

Returns:

  • (Object)

    the current value of action_parameters



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

def action_parameters
  @action_parameters
end

#action_typeObject (readonly)

Returns the value of attribute action_type

Returns:

  • (Object)

    the current value of action_type



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

def action_type
  @action_type
end

#executed_atObject (readonly)

Returns the value of attribute executed_at

Returns:

  • (Object)

    the current value of executed_at



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

def executed_at
  @executed_at
end

#trigger_received_atObject (readonly)

Returns the value of attribute trigger_received_at

Returns:

  • (Object)

    the current value of trigger_received_at



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

def trigger_received_at
  @trigger_received_at
end