Class: Copilot::ElicitationResult

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

Overview

Result returned from an elicitation handler.

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



279
280
281
# File 'lib/copilot/types.rb', line 279

def action
  @action
end

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



279
280
281
# File 'lib/copilot/types.rb', line 279

def content
  @content
end