Class: Aws::QBusiness::Types::GetChatControlsConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::GetChatControlsConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#blocked_phrases ⇒ Types::BlockedPhrasesConfiguration
The phrases blocked from chat by your chat control configuration.
-
#creator_mode_configuration ⇒ Types::AppliedCreatorModeConfiguration
The configuration details for ‘CREATOR_MODE`.
-
#hallucination_reduction_configuration ⇒ Types::HallucinationReductionConfiguration
The hallucination reduction settings for your application.
-
#next_token ⇒ String
If the ‘maxResults` response was incomplete because there is more data to retrieve, Amazon Q Business returns a pagination token in the response.
-
#orchestration_configuration ⇒ Types::AppliedOrchestrationConfiguration
The chat response orchestration settings for your application.
-
#response_scope ⇒ String
The response scope configured for a Amazon Q Business application.
-
#topic_configurations ⇒ Array<Types::TopicConfiguration>
The topic specific controls configured for a Amazon Q Business application.
Instance Attribute Details
#blocked_phrases ⇒ Types::BlockedPhrasesConfiguration
The phrases blocked from chat by your chat control configuration.
4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 4537 class GetChatControlsConfigurationResponse < Struct.new( :response_scope, :orchestration_configuration, :blocked_phrases, :topic_configurations, :creator_mode_configuration, :next_token, :hallucination_reduction_configuration) SENSITIVE = [] include Aws::Structure end |
#creator_mode_configuration ⇒ Types::AppliedCreatorModeConfiguration
The configuration details for ‘CREATOR_MODE`.
4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 4537 class GetChatControlsConfigurationResponse < Struct.new( :response_scope, :orchestration_configuration, :blocked_phrases, :topic_configurations, :creator_mode_configuration, :next_token, :hallucination_reduction_configuration) SENSITIVE = [] include Aws::Structure end |
#hallucination_reduction_configuration ⇒ Types::HallucinationReductionConfiguration
The hallucination reduction settings for your application.
4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 4537 class GetChatControlsConfigurationResponse < Struct.new( :response_scope, :orchestration_configuration, :blocked_phrases, :topic_configurations, :creator_mode_configuration, :next_token, :hallucination_reduction_configuration) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the ‘maxResults` response was incomplete because there is more data to retrieve, Amazon Q Business returns a pagination token in the response. You can use this pagination token to retrieve the next set of Amazon Q Business chat controls configured.
4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 4537 class GetChatControlsConfigurationResponse < Struct.new( :response_scope, :orchestration_configuration, :blocked_phrases, :topic_configurations, :creator_mode_configuration, :next_token, :hallucination_reduction_configuration) SENSITIVE = [] include Aws::Structure end |
#orchestration_configuration ⇒ Types::AppliedOrchestrationConfiguration
The chat response orchestration settings for your application.
<note markdown=“1”> Chat orchestration is optimized to work for English language content. For more details on language support in Amazon Q Business, see [Supported languages].
</note>
[1]: docs.aws.amazon.com/amazonq/latest/qbusiness-ug/supported-languages.html
4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 4537 class GetChatControlsConfigurationResponse < Struct.new( :response_scope, :orchestration_configuration, :blocked_phrases, :topic_configurations, :creator_mode_configuration, :next_token, :hallucination_reduction_configuration) SENSITIVE = [] include Aws::Structure end |
#response_scope ⇒ String
The response scope configured for a Amazon Q Business application. This determines whether your application uses its retrieval augmented generation (RAG) system to generate answers only from your enterprise data, or also uses the large language models (LLM) knowledge to respons to end user questions in chat.
4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 4537 class GetChatControlsConfigurationResponse < Struct.new( :response_scope, :orchestration_configuration, :blocked_phrases, :topic_configurations, :creator_mode_configuration, :next_token, :hallucination_reduction_configuration) SENSITIVE = [] include Aws::Structure end |
#topic_configurations ⇒ Array<Types::TopicConfiguration>
The topic specific controls configured for a Amazon Q Business application.
4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 4537 class GetChatControlsConfigurationResponse < Struct.new( :response_scope, :orchestration_configuration, :blocked_phrases, :topic_configurations, :creator_mode_configuration, :next_token, :hallucination_reduction_configuration) SENSITIVE = [] include Aws::Structure end |