Skip to content

/AWS1/CL_QQBRESPONSECONF

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.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_instructioncollection TYPE REF TO /AWS1/CL_QQBINSTRUCTIONCOLL /AWS1/CL_QQBINSTRUCTIONCOLL

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.


Queryable Attributes

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.

Accessible with the following methods

Method Description
GET_INSTRUCTIONCOLLECTION() Getter for INSTRUCTIONCOLLECTION

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_RESPONSECONFIGURATIONS

TYPES TT_RESPONSECONFIGURATIONS TYPE HASHED TABLE OF /AWS1/CL_QQBRESPONSECONF=>TS_RESPONSECONFS_MAPROW WITH UNIQUE KEY key
.

TS_RESPONSECONFS_MAPROW

TYPES: BEGIN OF TS_RESPONSECONFS_MAPROW,
  key TYPE /AWS1/QQBRESPONSECONFTYPE,
  value TYPE REF TO /AWS1/CL_QQBRESPONSECONF,
END OF TS_RESPONSECONFS_MAPROW.