Class: Aws::QBusiness::Types::ResponseConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ResponseConfiguration
- Defined in:
- gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb
Overview
Configuration 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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instruction_collection ⇒ Types::InstructionCollection
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.
Instance Attribute Details
#instruction_collection ⇒ Types::InstructionCollection
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.
7655 7656 7657 7658 7659 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 7655 class ResponseConfiguration < Struct.new( :instruction_collection) SENSITIVE = [] include Aws::Structure end |