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