Class: Aws::QConnect::Types::SessionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::SessionSummary
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/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 Amazon Q in Connect assistant.
-
#assistant_id ⇒ String
The identifier of the Amazon Q in Connect 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 Amazon Q in Connect assistant.
8941 8942 8943 8944 8945 8946 8947 8948 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8941 class SessionSummary < Struct.new( :assistant_arn, :assistant_id, :session_arn, :session_id) SENSITIVE = [] include Aws::Structure end |
#assistant_id ⇒ String
The identifier of the Amazon Q in Connect assistant.
8941 8942 8943 8944 8945 8946 8947 8948 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8941 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.
8941 8942 8943 8944 8945 8946 8947 8948 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8941 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.
8941 8942 8943 8944 8945 8946 8947 8948 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8941 class SessionSummary < Struct.new( :assistant_arn, :assistant_id, :session_arn, :session_id) SENSITIVE = [] include Aws::Structure end |