Class: HighLevel::Models::VoiceAi::CreateSingleActionDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::VoiceAi::CreateSingleActionDTO
- Defined in:
- lib/high_level/models/voice_ai/create_single_action_dto.rb
Instance Attribute Summary collapse
-
#action_parameters ⇒ Object
readonly
Returns the value of attribute action_parameters.
-
#action_type ⇒ Object
readonly
Returns the value of attribute action_type.
-
#agent_id ⇒ Object
readonly
Returns the value of attribute agent_id.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Attribute Details
#action_parameters ⇒ Object (readonly)
Returns the value of attribute action_parameters
9 10 11 |
# File 'lib/high_level/models/voice_ai/create_single_action_dto.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/create_single_action_dto.rb', line 9 def action_type @action_type end |
#agent_id ⇒ Object (readonly)
Returns the value of attribute agent_id
9 10 11 |
# File 'lib/high_level/models/voice_ai/create_single_action_dto.rb', line 9 def agent_id @agent_id end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/voice_ai/create_single_action_dto.rb', line 9 def location_id @location_id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/voice_ai/create_single_action_dto.rb', line 9 def name @name end |