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_assessment ⇒ Types::AIGuardrailAssessment

The AI Guardrail assessment for the span text.



11376
11377
11378
11379
11380
11381
11382
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11376

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.

Returns:



11376
11377
11378
11379
11380
11381
11382
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11376

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

#value ⇒ String

String content of the message text

Returns:

  • (String)


11376
11377
11378
11379
11380
11381
11382
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11376

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