Class: Aws::QBusiness::Types::ChatModeConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ChatModeConfiguration
- Includes:
- Structure, Structure::Union
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Note:
ChatModeConfiguration is a union - when making an API calls you must set exactly one of the members.
Configuration information for Amazon Q Business conversation modes.
For more information, see [Admin controls and guardrails] and [Conversation settings].
[1]: docs.aws.amazon.com/amazonq/latest/qbusiness-ug/guardrails.html [2]: docs.aws.amazon.com/amazonq/latest/business-use-dg/using-web-experience.html#chat-source-scope
Direct Known Subclasses
Defined Under Namespace
Classes: PluginConfiguration, Unknown
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#plugin_configuration ⇒ Types::PluginConfiguration
Configuration information required to invoke chat in ‘PLUGIN_MODE`.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#plugin_configuration ⇒ Types::PluginConfiguration
Configuration information required to invoke chat in ‘PLUGIN_MODE`.
1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 1162 class ChatModeConfiguration < Struct.new( :plugin_configuration, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class PluginConfiguration < ChatModeConfiguration; end class Unknown < ChatModeConfiguration; end end |
#unknown ⇒ Object
Returns the value of attribute unknown
1162 1163 1164 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 1162 def unknown @unknown end |