Class: Aws::QConnect::Types::SpanReasoningValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::SpanReasoningValue
- 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
-
#value ⇒ String
The reasoning text content.
Instance Attribute Details
#value ⇒ String
The reasoning text content
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 |