Class: Aws::QConnect::Types::UpdateSessionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assistant_idString

The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.

Returns:

  • (String)


4394
4395
4396
4397
4398
4399
4400
4401
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4394

class UpdateSessionRequest < Struct.new(
  :assistant_id,
  :description,
  :session_id,
  :tag_filter)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description.

Returns:

  • (String)


4394
4395
4396
4397
4398
4399
4400
4401
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4394

class UpdateSessionRequest < Struct.new(
  :assistant_id,
  :description,
  :session_id,
  :tag_filter)
  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)


4394
4395
4396
4397
4398
4399
4400
4401
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4394

class UpdateSessionRequest < Struct.new(
  :assistant_id,
  :description,
  :session_id,
  :tag_filter)
  SENSITIVE = []
  include Aws::Structure
end

#tag_filterTypes::TagFilter

An object that can be used to specify Tag conditions.

Returns:



4394
4395
4396
4397
4398
4399
4400
4401
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4394

class UpdateSessionRequest < Struct.new(
  :assistant_id,
  :description,
  :session_id,
  :tag_filter)
  SENSITIVE = []
  include Aws::Structure
end