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)


11093
11094
11095
11096
11097
# File 'lib/aws-sdk-qconnect/types.rb', line 11093

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