Class: Aws::QConnect::Types::CreateAIAgentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::CreateAIAgentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ai_agent ⇒ Types::AIAgentData
The data of the created AI Agent.
Instance Attribute Details
#ai_agent ⇒ Types::AIAgentData
The data of the created AI Agent.
2223 2224 2225 2226 2227 |
# File 'lib/aws-sdk-qconnect/types.rb', line 2223 class CreateAIAgentResponse < Struct.new( :ai_agent) SENSITIVE = [] include Aws::Structure end |