Values.ResponseConfigurationSourceConfiguration settings to define how Amazon Q Business generates and formats responses to user queries. This includes customization options for response style, tone, length, and other characteristics.
type nonrec t = {instructionCollection : InstructionCollection.t option;A collection of instructions that guide how Amazon Q Business generates responses, including parameters for response length, target audience, perspective, output style, identity, tone, and custom instructions.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of Instruction.t ]) list ])
list ]