Class: HighLevel::Models::VoiceAi::CustomActionParameterDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::VoiceAi::CustomActionParameterDTO
- Defined in:
- lib/high_level/models/voice_ai/custom_action_parameter_dto.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#example ⇒ Object
readonly
Returns the value of attribute example.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#description ⇒ Object (readonly)
Returns the value of attribute description
9 10 11 |
# File 'lib/high_level/models/voice_ai/custom_action_parameter_dto.rb', line 9 def description @description end |
#example ⇒ Object (readonly)
Returns the value of attribute example
9 10 11 |
# File 'lib/high_level/models/voice_ai/custom_action_parameter_dto.rb', line 9 def example @example end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/voice_ai/custom_action_parameter_dto.rb', line 9 def name @name end |
#type ⇒ Object (readonly)
Returns the value of attribute type
9 10 11 |
# File 'lib/high_level/models/voice_ai/custom_action_parameter_dto.rb', line 9 def type @type end |