Class: Aws::Types::PromptTemplateConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: Chat, Text, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:text, :chat])

Instance Attribute Summary collapse

Instance Attribute Details

#chatTypes::ChatPromptTemplateConfiguration

Returns the value of attribute chat.



2310
2311
2312
# File 'sig/types.rbs', line 2310

def chat
  @chat
end

#textTypes::TextPromptTemplateConfiguration

Returns the value of attribute text.



2309
2310
2311
# File 'sig/types.rbs', line 2309

def text
  @text
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


2311
2312
2313
# File 'sig/types.rbs', line 2311

def unknown
  @unknown
end