Class: HighLevel::Models::KnowledgeBase::FaqResponseDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::KnowledgeBase::FaqResponseDTO
- Defined in:
- lib/high_level/models/knowledge_base/faq_response_dto.rb
Instance Attribute Summary collapse
-
#answer ⇒ Object
readonly
Returns the value of attribute answer.
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#deleted ⇒ Object
readonly
Returns the value of attribute deleted.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#knowledge_base_id ⇒ Object
readonly
Returns the value of attribute knowledge_base_id.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#question ⇒ Object
readonly
Returns the value of attribute question.
-
#question_lower_case ⇒ Object
readonly
Returns the value of attribute question_lower_case.
-
#trained_url_id ⇒ Object
readonly
Returns the value of attribute trained_url_id.
-
#updated_at ⇒ Object
readonly
Returns the value of attribute updated_at.
Instance Attribute Details
#answer ⇒ Object (readonly)
Returns the value of attribute answer
9 10 11 |
# File 'lib/high_level/models/knowledge_base/faq_response_dto.rb', line 9 def answer @answer end |
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at
9 10 11 |
# File 'lib/high_level/models/knowledge_base/faq_response_dto.rb', line 9 def created_at @created_at end |
#deleted ⇒ Object (readonly)
Returns the value of attribute deleted
9 10 11 |
# File 'lib/high_level/models/knowledge_base/faq_response_dto.rb', line 9 def deleted @deleted end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/knowledge_base/faq_response_dto.rb', line 9 def id @id end |
#knowledge_base_id ⇒ Object (readonly)
Returns the value of attribute knowledge_base_id
9 10 11 |
# File 'lib/high_level/models/knowledge_base/faq_response_dto.rb', line 9 def knowledge_base_id @knowledge_base_id end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/knowledge_base/faq_response_dto.rb', line 9 def location_id @location_id end |
#question ⇒ Object (readonly)
Returns the value of attribute question
9 10 11 |
# File 'lib/high_level/models/knowledge_base/faq_response_dto.rb', line 9 def question @question end |
#question_lower_case ⇒ Object (readonly)
Returns the value of attribute question_lower_case
9 10 11 |
# File 'lib/high_level/models/knowledge_base/faq_response_dto.rb', line 9 def question_lower_case @question_lower_case end |
#trained_url_id ⇒ Object (readonly)
Returns the value of attribute trained_url_id
9 10 11 |
# File 'lib/high_level/models/knowledge_base/faq_response_dto.rb', line 9 def trained_url_id @trained_url_id end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at
9 10 11 |
# File 'lib/high_level/models/knowledge_base/faq_response_dto.rb', line 9 def updated_at @updated_at end |