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)


7414
7415
7416
7417
7418
# File 'lib/aws-sdk-qbusiness/types.rb', line 7414

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