Class: Aws::ConnectWisdomService::Types::SessionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::SessionSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/types.rb
Overview
Summary information about the session.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assistant_arn ⇒ String
The Amazon Resource Name (ARN) of the Wisdom assistant.
-
#assistant_id ⇒ String
The identifier of the Wisdom assistant.
-
#session_arn ⇒ String
The Amazon Resource Name (ARN) of the session.
-
#session_id ⇒ String
The identifier of the session.
Instance Attribute Details
#assistant_arn ⇒ String
The Amazon Resource Name (ARN) of the Wisdom assistant.
3477 3478 3479 3480 3481 3482 3483 3484 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 3477 class SessionSummary < Struct.new( :assistant_arn, :assistant_id, :session_arn, :session_id) SENSITIVE = [] include Aws::Structure end |
#assistant_id ⇒ String
The identifier of the Wisdom assistant.
3477 3478 3479 3480 3481 3482 3483 3484 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 3477 class SessionSummary < Struct.new( :assistant_arn, :assistant_id, :session_arn, :session_id) SENSITIVE = [] include Aws::Structure end |
#session_arn ⇒ String
The Amazon Resource Name (ARN) of the session.
3477 3478 3479 3480 3481 3482 3483 3484 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 3477 class SessionSummary < Struct.new( :assistant_arn, :assistant_id, :session_arn, :session_id) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The identifier of the session.
3477 3478 3479 3480 3481 3482 3483 3484 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 3477 class SessionSummary < Struct.new( :assistant_arn, :assistant_id, :session_arn, :session_id) SENSITIVE = [] include Aws::Structure end |