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.

Returns:

  • (String)


6216
6217
6218
6219
6220
# File 'lib/aws-sdk-qbusiness/types.rb', line 6216

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