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
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 |