Class: Aws::QBusiness::Types::TopicConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::TopicConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
The topic specific controls configured for an Amazon Q Business application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description for your topic control configuration.
-
#example_chat_messages ⇒ Array<String>
A list of example phrases that you expect the end user to use in relation to the topic.
-
#name ⇒ String
A name for your topic control configuration.
-
#rules ⇒ Array<Types::Rule>
Rules defined for a topic configuration.
Instance Attribute Details
#description ⇒ String
A description for your topic control configuration. Use this to outline how the large language model (LLM) should use this topic control configuration.
7122 7123 7124 7125 7126 7127 7128 7129 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 7122 class TopicConfiguration < Struct.new( :name, :description, :example_chat_messages, :rules) SENSITIVE = [] include Aws::Structure end |
#example_chat_messages ⇒ Array<String>
A list of example phrases that you expect the end user to use in relation to the topic.
7122 7123 7124 7125 7126 7127 7128 7129 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 7122 class TopicConfiguration < Struct.new( :name, :description, :example_chat_messages, :rules) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name for your topic control configuration.
7122 7123 7124 7125 7126 7127 7128 7129 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 7122 class TopicConfiguration < Struct.new( :name, :description, :example_chat_messages, :rules) SENSITIVE = [] include Aws::Structure end |
#rules ⇒ Array<Types::Rule>
Rules defined for a topic configuration.
7122 7123 7124 7125 7126 7127 7128 7129 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 7122 class TopicConfiguration < Struct.new( :name, :description, :example_chat_messages, :rules) SENSITIVE = [] include Aws::Structure end |