Class: Aws::QBusiness::Types::FailedAttachmentEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::FailedAttachmentEvent
- 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
-
#attachment ⇒ Types::AttachmentOutput
The details of a file uploaded during chat.
-
#conversation_id ⇒ String
The identifier of the conversation associated with the failed file upload.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#system_message_id ⇒ String
The identifier of the AI-generated message associated with the file upload.
-
#user_message_id ⇒ String
The identifier of the end user chat message associated with the file upload.
Instance Attribute Details
#attachment ⇒ Types::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_id ⇒ String
The identifier of the conversation associated with the failed file upload.
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_type ⇒ Object
Returns the value of attribute event_type
3456 3457 3458 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 3456 def event_type @event_type end |
#system_message_id ⇒ String
The identifier of the AI-generated message associated with the file upload.
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_id ⇒ String
The identifier of the end user chat message associated with the file upload.
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 |