Class: Aws::QConnect::Types::AIAgentConfigurationData
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::AIAgentConfigurationData
- Defined in:
- gems/aws-sdk-qconnect/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.
53 54 55 56 57 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 53 class AIAgentConfigurationData < Struct.new( :ai_agent_id) SENSITIVE = [] include Aws::Structure end |