Class: Aws::Types::PromptTemplateConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::PromptTemplateConfiguration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#chat ⇒ Types::ChatPromptTemplateConfiguration
Returns the value of attribute chat.
-
#text ⇒ Types::TextPromptTemplateConfiguration
Returns the value of attribute text.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#chat ⇒ Types::ChatPromptTemplateConfiguration
Returns the value of attribute chat.
2310 2311 2312 |
# File 'sig/types.rbs', line 2310 def chat @chat end |
#text ⇒ Types::TextPromptTemplateConfiguration
Returns the value of attribute text.
2309 2310 2311 |
# File 'sig/types.rbs', line 2309 def text @text end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2311 2312 2313 |
# File 'sig/types.rbs', line 2311 def unknown @unknown end |