Class: Aws::BedrockRuntime::Types::GuardrailConverseTextBlock

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

Overview

A text block that contains text that you want to assess with a guardrail. For more information, see GuardrailConverseContentBlock.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#textString

The text that you want to guard.

Returns:

  • (String)


761
762
763
764
765
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 761

class GuardrailConverseTextBlock < Struct.new(
  :text)
  SENSITIVE = []
  include Aws::Structure
end