Class: Aws::ConnectParticipant::Types::MessageProcessingMetadata

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

Overview

Contains metadata for chat messages.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#message_processing_statusString

The status of Message Processing for the message.

Returns:

  • (String)


621
622
623
624
625
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 621

class MessageProcessingMetadata < Struct.new(
  :message_processing_status)
  SENSITIVE = []
  include Aws::Structure
end