Class: Aws::QConnect::Types::AIAgentConfigurationData
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::AIAgentConfigurationData
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/types.rb
Overview
A type that specifies the AI Agent ID configuration data when mapping an AI Agents to be used for an AI Agent type on a session or assistant.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ai_agent_id ⇒ String
The ID of the AI Agent to be configured.
Instance Attribute Details
#ai_agent_id ⇒ String
The ID of the AI Agent to be configured.
98 99 100 101 102 |
# File 'lib/aws-sdk-qconnect/types.rb', line 98 class AIAgentConfigurationData < Struct.new( :ai_agent_id) SENSITIVE = [] include Aws::Structure end |