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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qbusiness/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.



2784
2785
2786
2787
2788
2789
2790
2791
2792
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2784

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)


2784
2785
2786
2787
2788
2789
2790
2791
2792
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2784

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



2784
2785
2786
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2784

def event_type
  @event_type
end

#system_message_idString

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

Returns:

  • (String)


2784
2785
2786
2787
2788
2789
2790
2791
2792
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2784

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)


2784
2785
2786
2787
2788
2789
2790
2791
2792
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2784

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