Class: Aws::ConnectWisdomService::Types::GetSessionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connectwisdomservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assistant_idString

The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.

Returns:

  • (String)


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_idString

The identifier of the session. Can be either the ID or the ARN. URLs cannot contain the ARN.

Returns:

  • (String)


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