Class: Aws::QConnect::Types::TextFullAIPromptEditTemplateConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::TextFullAIPromptEditTemplateConfiguration
- 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
-
#text ⇒ String
The YAML text for the AI Prompt template.
Instance Attribute Details
#text ⇒ String
The YAML text for the AI Prompt template.
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 |