Class: Aws::QConnect::Types::SpanReasoningValue

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qconnect/types.rb

Overview

Model reasoning and it’s internal decision making process

Constant Summary collapse

SENSITIVE =
[:value]

Instance Attribute Summary collapse

Instance Attribute Details

#valueString

The reasoning text content

Returns:

  • (String)


10980
10981
10982
10983
10984
# File 'lib/aws-sdk-qconnect/types.rb', line 10980

class SpanReasoningValue < Struct.new(
  :value)
  SENSITIVE = [:value]
  include Aws::Structure
end