Class: Aws::QBusiness::Types::TopicConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::TopicConfiguration
- Defined in:
- gems/aws-sdk-qbusiness/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.
5842 5843 5844 5845 5846 5847 5848 5849 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5842 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.
5842 5843 5844 5845 5846 5847 5848 5849 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5842 class TopicConfiguration < Struct.new( :name, :description, :example_chat_messages, :rules) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name for your topic control configuration.
5842 5843 5844 5845 5846 5847 5848 5849 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5842 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.
5842 5843 5844 5845 5846 5847 5848 5849 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5842 class TopicConfiguration < Struct.new( :name, :description, :example_chat_messages, :rules) SENSITIVE = [] include Aws::Structure end |