Class: Aws::QConnect::Types::SpanTextValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::SpanTextValue
- Defined in:
- gems/aws-sdk-qconnect/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.
10970 10971 10972 10973 10974 10975 10976 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10970 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.
10970 10971 10972 10973 10974 10975 10976 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10970 class SpanTextValue < Struct.new( :value, :citations, :ai_guardrail_assessment) SENSITIVE = [:value] include Aws::Structure end |
#value ⇒ String
String content of the message text
10970 10971 10972 10973 10974 10975 10976 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10970 class SpanTextValue < Struct.new( :value, :citations, :ai_guardrail_assessment) SENSITIVE = [:value] include Aws::Structure end |