Class: Assistant::TechnicalSupport::ResponseGroundingAnalyzer::Result
- Inherits:
-
Data
- Object
- Data
- Assistant::TechnicalSupport::ResponseGroundingAnalyzer::Result
- Defined in:
- app/services/assistant/technical_support/response_grounding_analyzer.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
readonly
Returns the value of attribute data.
-
#model ⇒ Object
readonly
Returns the value of attribute model.
Instance Method Summary collapse
-
#initialize(data: {}, model: nil) ⇒ Result
constructor
Builds a structured analyzer result.
Constructor Details
#initialize(data: {}, model: nil) ⇒ Result
Builds a structured analyzer result.
22 |
# File 'app/services/assistant/technical_support/response_grounding_analyzer.rb', line 22 def initialize(data: {}, model: nil) = super |
Instance Attribute Details
#data ⇒ Object (readonly)
Returns the value of attribute data
17 18 19 |
# File 'app/services/assistant/technical_support/response_grounding_analyzer.rb', line 17 def data @data end |
#model ⇒ Object (readonly)
Returns the value of attribute model
17 18 19 |
# File 'app/services/assistant/technical_support/response_grounding_analyzer.rb', line 17 def model @model end |