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.
10952 10953 10954 10955 10956 10957 10958 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10952 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.
10952 10953 10954 10955 10956 10957 10958 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10952 class SpanTextValue < Struct.new( :value, :citations, :ai_guardrail_assessment) SENSITIVE = [:value] include Aws::Structure end |
#value ⇒ String
String content of the message text
10952 10953 10954 10955 10956 10957 10958 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10952 class SpanTextValue < Struct.new( :value, :citations, :ai_guardrail_assessment) SENSITIVE = [:value] include Aws::Structure end |