Class: Copilot::ElicitationContext

Inherits:
Struct
  • Object
show all
Defined in:
lib/copilot/types.rb

Overview

Context for an elicitation request from the server.

Instance Attribute Summary collapse

Instance Attribute Details

#elicitation_sourceObject

Returns the value of attribute elicitation_source

Returns:

  • (Object)

    the current value of elicitation_source



273
274
275
# File 'lib/copilot/types.rb', line 273

def elicitation_source
  @elicitation_source
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



273
274
275
# File 'lib/copilot/types.rb', line 273

def message
  @message
end

#modeObject

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



273
274
275
# File 'lib/copilot/types.rb', line 273

def mode
  @mode
end

#requested_schemaObject

Returns the value of attribute requested_schema

Returns:

  • (Object)

    the current value of requested_schema



273
274
275
# File 'lib/copilot/types.rb', line 273

def requested_schema
  @requested_schema
end

#session_idObject

Returns the value of attribute session_id

Returns:

  • (Object)

    the current value of session_id



273
274
275
# File 'lib/copilot/types.rb', line 273

def session_id
  @session_id
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



273
274
275
# File 'lib/copilot/types.rb', line 273

def url
  @url
end