Class: Aws::QBusiness::Types::PluginConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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].

[1]: docs.aws.amazon.com/amazonq/latest/qbusiness-ug/guardrails.html [2]: docs.aws.amazon.com/amazonq/latest/qbusiness-ug/plugins.html [3]: docs.aws.amazon.com/amazonq/latest/business-use-dg/using-web-experience.html#chat-source-scope

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#plugin_idString

The identifier of the plugin you want to use.

Returns:

  • (String)


6107
6108
6109
6110
6111
# File 'lib/aws-sdk-qbusiness/types.rb', line 6107

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