Class: Aws::Connect::Types::WisdomInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::WisdomInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Information about Amazon Connect Wisdom.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ai_agents ⇒ Array<Types::AiAgentInfo>
The array of AI agents involved in the contact.
-
#session_arn ⇒ String
The Amazon Resource Name (ARN) of the Wisdom session.
Instance Attribute Details
#ai_agents ⇒ Array<Types::AiAgentInfo>
The array of AI agents involved in the contact.
35215 35216 35217 35218 35219 35220 |
# File 'lib/aws-sdk-connect/types.rb', line 35215 class WisdomInfo < Struct.new( :session_arn, :ai_agents) SENSITIVE = [] include Aws::Structure end |
#session_arn ⇒ String
The Amazon Resource Name (ARN) of the Wisdom session.
35215 35216 35217 35218 35219 35220 |
# File 'lib/aws-sdk-connect/types.rb', line 35215 class WisdomInfo < Struct.new( :session_arn, :ai_agents) SENSITIVE = [] include Aws::Structure end |