Skip to content

Qbusiness  >  Structures  >  TopicConfiguration

TopicConfiguration

Structure Class

TopicConfiguration dataclass

The topic specific controls configured for an Amazon Q Business application.

Attributes

description class-attribute instance-attribute
description: str | None = None

A description for your topic control configuration. Use this to outline how the large language model (LLM) should use this topic control configuration.

example_chat_messages class-attribute instance-attribute
example_chat_messages: list[str] | None = None

A list of example phrases that you expect the end user to use in relation to the topic.

name instance-attribute
name: str

A name for your topic control configuration.

rules instance-attribute
rules: list[Rule]

Rules defined for a topic configuration.