Class: Aws::QConnect::Types::TextFullAIPromptEditTemplateConfiguration

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

Overview

The configuration for a prompt template that supports full textual prompt configuration using a YAML prompt.

Constant Summary collapse

SENSITIVE =
[:text]

Instance Attribute Summary collapse

Instance Attribute Details

#textString

The YAML text for the AI Prompt template.

Returns:

  • (String)


11360
11361
11362
11363
11364
# File 'lib/aws-sdk-qconnect/types.rb', line 11360

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