Class: Aws::QConnect::Types::CreateAIAgentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::CreateAIAgentResponse
- Defined in:
- gems/aws-sdk-qconnect/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.
1960 1961 1962 1963 1964 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1960 class CreateAIAgentResponse < Struct.new( :ai_agent) SENSITIVE = [] include Aws::Structure end |