Class: Aws::QBusiness::Types::FailedAttachmentEvent

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

Overview

A failed file upload during web experience chat.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attachmentTypes::AttachmentOutput

The details of a file uploaded during chat.



3456
3457
3458
3459
3460
3461
3462
3463
3464
# File 'lib/aws-sdk-qbusiness/types.rb', line 3456

class FailedAttachmentEvent < Struct.new(
  :conversation_id,
  :user_message_id,
  :system_message_id,
  :attachment,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end

#conversation_idString

The identifier of the conversation associated with the failed file upload.

Returns:

  • (String)


3456
3457
3458
3459
3460
3461
3462
3463
3464
# File 'lib/aws-sdk-qbusiness/types.rb', line 3456

class FailedAttachmentEvent < Struct.new(
  :conversation_id,
  :user_message_id,
  :system_message_id,
  :attachment,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



3456
3457
3458
# File 'lib/aws-sdk-qbusiness/types.rb', line 3456

def event_type
  @event_type
end

#system_message_idString

The identifier of the AI-generated message associated with the file upload.

Returns:

  • (String)


3456
3457
3458
3459
3460
3461
3462
3463
3464
# File 'lib/aws-sdk-qbusiness/types.rb', line 3456

class FailedAttachmentEvent < Struct.new(
  :conversation_id,
  :user_message_id,
  :system_message_id,
  :attachment,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end

#user_message_idString

The identifier of the end user chat message associated with the file upload.

Returns:

  • (String)


3456
3457
3458
3459
3460
3461
3462
3463
3464
# File 'lib/aws-sdk-qbusiness/types.rb', line 3456

class FailedAttachmentEvent < Struct.new(
  :conversation_id,
  :user_message_id,
  :system_message_id,
  :attachment,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end