Class: Aws::ConnectWisdomService::Types::GetSessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::GetSessionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assistant_id ⇒ String
The identifier of the Wisdom assistant.
-
#session_id ⇒ String
The identifier of the session.
Instance Attribute Details
#assistant_id ⇒ String
The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
1592 1593 1594 1595 1596 1597 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1592 class GetSessionRequest < Struct.new( :assistant_id, :session_id) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The identifier of the session. Can be either the ID or the ARN. URLs cannot contain the ARN.
1592 1593 1594 1595 1596 1597 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1592 class GetSessionRequest < Struct.new( :assistant_id, :session_id) SENSITIVE = [] include Aws::Structure end |