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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qconnect/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)


9283
9284
9285
9286
9287
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9283

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