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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#ai_guardrail_assessmentTypes::AIGuardrailAssessment

The AI Guardrail assessment for the span text.



10959
10960
10961
10962
10963
10964
10965
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10959

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:



10959
10960
10961
10962
10963
10964
10965
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10959

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

#valueString

String content of the message text

Returns:

  • (String)


10959
10960
10961
10962
10963
10964
10965
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10959

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