Class: Copilot::ElicitationResult
- Inherits:
-
Struct
- Object
- Struct
- Copilot::ElicitationResult
- Defined in:
- lib/copilot/types.rb
Overview
Result returned from an elicitation handler.
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#content ⇒ Object
Returns the value of attribute content.
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action
279 280 281 |
# File 'lib/copilot/types.rb', line 279 def action @action end |
#content ⇒ Object
Returns the value of attribute content
279 280 281 |
# File 'lib/copilot/types.rb', line 279 def content @content end |