Class: Aws::LexRuntimeV2::Types::GetSessionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_alias_idString

The alias identifier in use for the bot that contains the session data.

Returns:

  • (String)


533
534
535
536
537
538
539
540
# File 'gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2/types.rb', line 533

class GetSessionRequest < Struct.new(
  :bot_id,
  :bot_alias_id,
  :locale_id,
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end

#bot_idString

The identifier of the bot that contains the session data.

Returns:

  • (String)


533
534
535
536
537
538
539
540
# File 'gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2/types.rb', line 533

class GetSessionRequest < Struct.new(
  :bot_id,
  :bot_alias_id,
  :locale_id,
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end

#locale_idString

The locale where the session is in use.

Returns:

  • (String)


533
534
535
536
537
538
539
540
# File 'gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2/types.rb', line 533

class GetSessionRequest < Struct.new(
  :bot_id,
  :bot_alias_id,
  :locale_id,
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end

#session_idString

The identifier of the session to return.

Returns:

  • (String)


533
534
535
536
537
538
539
540
# File 'gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2/types.rb', line 533

class GetSessionRequest < Struct.new(
  :bot_id,
  :bot_alias_id,
  :locale_id,
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end