Class: Aws::QConnect::Types::SpanTextValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::SpanTextValue
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/types.rb
Overview
Text message content
Constant Summary collapse
- SENSITIVE =
[:value]
Instance Attribute Summary collapse
-
#ai_guardrail_assessment ⇒ Types::AIGuardrailAssessment
The AI Guardrail assessment for the span text.
-
#citations ⇒ Array<Types::SpanCitation>
The citations associated with the span text.
-
#value ⇒ String
String content of the message text.
Instance Attribute Details
#ai_guardrail_assessment ⇒ Types::AIGuardrailAssessment
The AI Guardrail assessment for the span text.
11002 11003 11004 11005 11006 11007 11008 |
# File 'lib/aws-sdk-qconnect/types.rb', line 11002 class SpanTextValue < Struct.new( :value, :citations, :ai_guardrail_assessment) SENSITIVE = [:value] include Aws::Structure end |
#citations ⇒ Array<Types::SpanCitation>
The citations associated with the span text.
11002 11003 11004 11005 11006 11007 11008 |
# File 'lib/aws-sdk-qconnect/types.rb', line 11002 class SpanTextValue < Struct.new( :value, :citations, :ai_guardrail_assessment) SENSITIVE = [:value] include Aws::Structure end |
#value ⇒ String
String content of the message text
11002 11003 11004 11005 11006 11007 11008 |
# File 'lib/aws-sdk-qconnect/types.rb', line 11002 class SpanTextValue < Struct.new( :value, :citations, :ai_guardrail_assessment) SENSITIVE = [:value] include Aws::Structure end |