Class: Aws::QConnect::Types::SpanTextValue

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qconnect/types.rb

Overview

Text message content

Constant Summary collapse

SENSITIVE =
[:value]

Instance Attribute Summary collapse

Instance Attribute Details

#ai_guardrail_assessmentTypes::AIGuardrailAssessment

The AI Guardrail assessment for the span text.



10952
10953
10954
10955
10956
10957
10958
# File 'lib/aws-sdk-qconnect/types.rb', line 10952

class SpanTextValue < Struct.new(
  :value,
  :citations,
  :ai_guardrail_assessment)
  SENSITIVE = [:value]
  include Aws::Structure
end

#citationsArray<Types::SpanCitation>

The citations associated with the span text.

Returns:



10952
10953
10954
10955
10956
10957
10958
# File 'lib/aws-sdk-qconnect/types.rb', line 10952

class SpanTextValue < Struct.new(
  :value,
  :citations,
  :ai_guardrail_assessment)
  SENSITIVE = [:value]
  include Aws::Structure
end

#valueString

String content of the message text

Returns:

  • (String)


10952
10953
10954
10955
10956
10957
10958
# File 'lib/aws-sdk-qconnect/types.rb', line 10952

class SpanTextValue < Struct.new(
  :value,
  :citations,
  :ai_guardrail_assessment)
  SENSITIVE = [:value]
  include Aws::Structure
end