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



464
465
466
# File 'lib/copilot/types.rb', line 464

def elicitation_source
  @elicitation_source
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



464
465
466
# File 'lib/copilot/types.rb', line 464

def message
  @message
end

#modeObject

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



464
465
466
# File 'lib/copilot/types.rb', line 464

def mode
  @mode
end

#requested_schemaObject

Returns the value of attribute requested_schema

Returns:

  • (Object)

    the current value of requested_schema



464
465
466
# File 'lib/copilot/types.rb', line 464

def requested_schema
  @requested_schema
end

#session_idObject

Returns the value of attribute session_id

Returns:

  • (Object)

    the current value of session_id



464
465
466
# File 'lib/copilot/types.rb', line 464

def session_id
  @session_id
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



464
465
466
# File 'lib/copilot/types.rb', line 464

def url
  @url
end