Class: Aws::QBusiness::Types::OrchestrationConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qbusiness/types.rb

Overview

Configuration information required to enable chat orchestration for your Amazon Q Business 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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#controlString

Status information about whether chat orchestration is activated or deactivated for your Amazon Q Business application.



7246
7247
7248
7249
7250
# File 'lib/aws-sdk-qbusiness/types.rb', line 7246

class OrchestrationConfiguration < Struct.new(
  :control)
  SENSITIVE = []
  include Aws::Structure
end