Class: Copilot::ElicitationContext
- Inherits:
-
Struct
- Object
- Struct
- Copilot::ElicitationContext
- Defined in:
- lib/copilot/types.rb
Overview
Context for an elicitation request from the server.
Instance Attribute Summary collapse
-
#elicitation_source ⇒ Object
Returns the value of attribute elicitation_source.
-
#message ⇒ Object
Returns the value of attribute message.
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#requested_schema ⇒ Object
Returns the value of attribute requested_schema.
-
#session_id ⇒ Object
Returns the value of attribute session_id.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#elicitation_source ⇒ Object
Returns the value of attribute elicitation_source
464 465 466 |
# File 'lib/copilot/types.rb', line 464 def elicitation_source @elicitation_source end |
#message ⇒ Object
Returns the value of attribute message
464 465 466 |
# File 'lib/copilot/types.rb', line 464 def @message end |
#mode ⇒ Object
Returns the value of attribute mode
464 465 466 |
# File 'lib/copilot/types.rb', line 464 def mode @mode end |
#requested_schema ⇒ Object
Returns the value of attribute requested_schema
464 465 466 |
# File 'lib/copilot/types.rb', line 464 def requested_schema @requested_schema end |
#session_id ⇒ Object
Returns the value of attribute session_id
464 465 466 |
# File 'lib/copilot/types.rb', line 464 def session_id @session_id end |
#url ⇒ Object
Returns the value of attribute url
464 465 466 |
# File 'lib/copilot/types.rb', line 464 def url @url end |