Class: Aws::QBusiness::Types::PluginConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::PluginConfiguration
- Defined in:
- gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb
Overview
Configuration information required to invoke chat in PLUGIN_MODE
.
For more information, see Admin controls and guardrails, Plugins, and Conversation settings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#plugin_id ⇒ String
The identifier of the plugin you want to use.
Instance Attribute Details
#plugin_id ⇒ String
The identifier of the plugin you want to use.
5065 5066 5067 5068 5069 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5065 class PluginConfiguration < Struct.new( :plugin_id) SENSITIVE = [] include Aws::Structure end |