Class: Aws::Connect::Types::WisdomInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::WisdomInfo
- Defined in:
- gems/aws-sdk-connect/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.
35229 35230 35231 35232 35233 35234 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35229 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.
35229 35230 35231 35232 35233 35234 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35229 class WisdomInfo < Struct.new( :session_arn, :ai_agents) SENSITIVE = [] include Aws::Structure end |