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