Class: Assistant::TechnicalSupport::ResponseGroundingPreparation::Result
- Inherits:
-
Data
- Object
- Data
- Assistant::TechnicalSupport::ResponseGroundingPreparation::Result
- Defined in:
- app/services/assistant/technical_support/response_grounding_preparation.rb
Instance Attribute Summary collapse
-
#applicable ⇒ Object
readonly
Returns the value of attribute applicable.
-
#assistant_message_id ⇒ Object
readonly
Returns the value of attribute assistant_message_id.
Instance Method Summary collapse
-
#applicable? ⇒ Boolean?
Reports whether this turn belongs to the Technical Support funnel.
-
#initialize(applicable: nil, assistant_message_id: nil) ⇒ Result
constructor
Builds an immutable preparation result.
Constructor Details
#initialize(applicable: nil, assistant_message_id: nil) ⇒ Result
Builds an immutable preparation result.
20 |
# File 'app/services/assistant/technical_support/response_grounding_preparation.rb', line 20 def initialize(applicable: nil, assistant_message_id: nil) = super |
Instance Attribute Details
#applicable ⇒ Object (readonly)
Returns the value of attribute applicable
15 16 17 |
# File 'app/services/assistant/technical_support/response_grounding_preparation.rb', line 15 def applicable @applicable end |
#assistant_message_id ⇒ Object (readonly)
Returns the value of attribute assistant_message_id
15 16 17 |
# File 'app/services/assistant/technical_support/response_grounding_preparation.rb', line 15 def @assistant_message_id end |
Instance Method Details
#applicable? ⇒ Boolean?
Reports whether this turn belongs to the Technical Support funnel.
25 |
# File 'app/services/assistant/technical_support/response_grounding_preparation.rb', line 25 def applicable? = applicable |