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
273 274 275 |
# File 'lib/copilot/types.rb', line 273 def elicitation_source @elicitation_source end |
#message ⇒ Object
Returns the value of attribute message
273 274 275 |
# File 'lib/copilot/types.rb', line 273 def @message end |
#mode ⇒ Object
Returns the value of attribute mode
273 274 275 |
# File 'lib/copilot/types.rb', line 273 def mode @mode end |
#requested_schema ⇒ Object
Returns the value of attribute requested_schema
273 274 275 |
# File 'lib/copilot/types.rb', line 273 def requested_schema @requested_schema end |
#session_id ⇒ Object
Returns the value of attribute session_id
273 274 275 |
# File 'lib/copilot/types.rb', line 273 def session_id @session_id end |
#url ⇒ Object
Returns the value of attribute url
273 274 275 |
# File 'lib/copilot/types.rb', line 273 def url @url end |