Class: HighLevel::Models::VoiceAi::CallActionSchema
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::VoiceAi::CallActionSchema
- Defined in:
- lib/high_level/models/voice_ai/call_action_schema.rb
Instance Attribute Summary collapse
-
#action_id ⇒ Object
readonly
Returns the value of attribute action_id.
-
#action_name ⇒ Object
readonly
Returns the value of attribute action_name.
-
#action_parameters ⇒ Object
readonly
Returns the value of attribute action_parameters.
-
#action_type ⇒ Object
readonly
Returns the value of attribute action_type.
-
#executed_at ⇒ Object
readonly
Returns the value of attribute executed_at.
-
#trigger_received_at ⇒ Object
readonly
Returns the value of attribute trigger_received_at.
Instance Attribute Details
#action_id ⇒ Object (readonly)
Returns the value of attribute 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_name ⇒ Object (readonly)
Returns the value of attribute 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_parameters ⇒ Object (readonly)
Returns the value of attribute 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_type ⇒ Object (readonly)
Returns the value of attribute 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_at ⇒ Object (readonly)
Returns the value of attribute 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_at ⇒ Object (readonly)
Returns the value of attribute 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 |