Class: Aws::ChimeSDKMessaging::Types::ChannelMessage

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

Overview

The details of a message in a channel.

Constant Summary collapse

SENSITIVE =
[:content, :metadata, :content_type]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

The ARN of the channel.

Returns:

  • (String)


641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 641

class ChannelMessage < Struct.new(
  :channel_arn,
  :message_id,
  :content,
  :metadata,
  :type,
  :created_timestamp,
  :last_edited_timestamp,
  :last_updated_timestamp,
  :sender,
  :redacted,
  :persistence,
  :status,
  :message_attributes,
  :sub_channel_id,
  :content_type,
  :target)
  SENSITIVE = [:content, :metadata, :content_type]
  include Aws::Structure
end

#contentString

The content of the channel message. For Amazon Lex V2 bot responses, this field holds a list of messages originating from the bot. For more information, refer to Processing responses from an AppInstanceBot in the Amazon Chime SDK Messaging Developer Guide.

Returns:

  • (String)


641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 641

class ChannelMessage < Struct.new(
  :channel_arn,
  :message_id,
  :content,
  :metadata,
  :type,
  :created_timestamp,
  :last_edited_timestamp,
  :last_updated_timestamp,
  :sender,
  :redacted,
  :persistence,
  :status,
  :message_attributes,
  :sub_channel_id,
  :content_type,
  :target)
  SENSITIVE = [:content, :metadata, :content_type]
  include Aws::Structure
end

#content_typeString

The content type of the channel message. For Amazon Lex V2 bot responses, the content type is application/amz-chime-lex-msgs for success responses and application/amz-chime-lex-error for failure responses. For more information, refer to Processing responses from an AppInstanceBot in the Amazon Chime SDK Messaging Developer Guide.

Returns:

  • (String)


641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 641

class ChannelMessage < Struct.new(
  :channel_arn,
  :message_id,
  :content,
  :metadata,
  :type,
  :created_timestamp,
  :last_edited_timestamp,
  :last_updated_timestamp,
  :sender,
  :redacted,
  :persistence,
  :status,
  :message_attributes,
  :sub_channel_id,
  :content_type,
  :target)
  SENSITIVE = [:content, :metadata, :content_type]
  include Aws::Structure
end

#created_timestampTime

The time at which the message was created.

Returns:

  • (Time)


641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 641

class ChannelMessage < Struct.new(
  :channel_arn,
  :message_id,
  :content,
  :metadata,
  :type,
  :created_timestamp,
  :last_edited_timestamp,
  :last_updated_timestamp,
  :sender,
  :redacted,
  :persistence,
  :status,
  :message_attributes,
  :sub_channel_id,
  :content_type,
  :target)
  SENSITIVE = [:content, :metadata, :content_type]
  include Aws::Structure
end

#last_edited_timestampTime

The time at which a message was edited.

Returns:

  • (Time)


641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 641

class ChannelMessage < Struct.new(
  :channel_arn,
  :message_id,
  :content,
  :metadata,
  :type,
  :created_timestamp,
  :last_edited_timestamp,
  :last_updated_timestamp,
  :sender,
  :redacted,
  :persistence,
  :status,
  :message_attributes,
  :sub_channel_id,
  :content_type,
  :target)
  SENSITIVE = [:content, :metadata, :content_type]
  include Aws::Structure
end

#last_updated_timestampTime

The time at which a message was updated.

Returns:

  • (Time)


641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 641

class ChannelMessage < Struct.new(
  :channel_arn,
  :message_id,
  :content,
  :metadata,
  :type,
  :created_timestamp,
  :last_edited_timestamp,
  :last_updated_timestamp,
  :sender,
  :redacted,
  :persistence,
  :status,
  :message_attributes,
  :sub_channel_id,
  :content_type,
  :target)
  SENSITIVE = [:content, :metadata, :content_type]
  include Aws::Structure
end

#message_attributesHash<String,Types::MessageAttributeValue>

The attributes for the channel message. For Amazon Lex V2 bot responses, the attributes are mapped to specific fields from the bot. For more information, refer to Processing responses from an AppInstanceBot in the Amazon Chime SDK Messaging Developer Guide.

Returns:



641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 641

class ChannelMessage < Struct.new(
  :channel_arn,
  :message_id,
  :content,
  :metadata,
  :type,
  :created_timestamp,
  :last_edited_timestamp,
  :last_updated_timestamp,
  :sender,
  :redacted,
  :persistence,
  :status,
  :message_attributes,
  :sub_channel_id,
  :content_type,
  :target)
  SENSITIVE = [:content, :metadata, :content_type]
  include Aws::Structure
end

#message_idString

The ID of a message.

Returns:

  • (String)


641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 641

class ChannelMessage < Struct.new(
  :channel_arn,
  :message_id,
  :content,
  :metadata,
  :type,
  :created_timestamp,
  :last_edited_timestamp,
  :last_updated_timestamp,
  :sender,
  :redacted,
  :persistence,
  :status,
  :message_attributes,
  :sub_channel_id,
  :content_type,
  :target)
  SENSITIVE = [:content, :metadata, :content_type]
  include Aws::Structure
end

#metadataString

The message metadata.

Returns:

  • (String)


641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 641

class ChannelMessage < Struct.new(
  :channel_arn,
  :message_id,
  :content,
  :metadata,
  :type,
  :created_timestamp,
  :last_edited_timestamp,
  :last_updated_timestamp,
  :sender,
  :redacted,
  :persistence,
  :status,
  :message_attributes,
  :sub_channel_id,
  :content_type,
  :target)
  SENSITIVE = [:content, :metadata, :content_type]
  include Aws::Structure
end

#persistenceString

The persistence setting for a channel message.

Returns:

  • (String)


641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 641

class ChannelMessage < Struct.new(
  :channel_arn,
  :message_id,
  :content,
  :metadata,
  :type,
  :created_timestamp,
  :last_edited_timestamp,
  :last_updated_timestamp,
  :sender,
  :redacted,
  :persistence,
  :status,
  :message_attributes,
  :sub_channel_id,
  :content_type,
  :target)
  SENSITIVE = [:content, :metadata, :content_type]
  include Aws::Structure
end

#redactedBoolean

Hides the content of a message.

Returns:

  • (Boolean)


641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 641

class ChannelMessage < Struct.new(
  :channel_arn,
  :message_id,
  :content,
  :metadata,
  :type,
  :created_timestamp,
  :last_edited_timestamp,
  :last_updated_timestamp,
  :sender,
  :redacted,
  :persistence,
  :status,
  :message_attributes,
  :sub_channel_id,
  :content_type,
  :target)
  SENSITIVE = [:content, :metadata, :content_type]
  include Aws::Structure
end

#senderTypes::Identity

The message sender.

Returns:



641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 641

class ChannelMessage < Struct.new(
  :channel_arn,
  :message_id,
  :content,
  :metadata,
  :type,
  :created_timestamp,
  :last_edited_timestamp,
  :last_updated_timestamp,
  :sender,
  :redacted,
  :persistence,
  :status,
  :message_attributes,
  :sub_channel_id,
  :content_type,
  :target)
  SENSITIVE = [:content, :metadata, :content_type]
  include Aws::Structure
end

#statusTypes::ChannelMessageStatusStructure

The status of the channel message.



641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 641

class ChannelMessage < Struct.new(
  :channel_arn,
  :message_id,
  :content,
  :metadata,
  :type,
  :created_timestamp,
  :last_edited_timestamp,
  :last_updated_timestamp,
  :sender,
  :redacted,
  :persistence,
  :status,
  :message_attributes,
  :sub_channel_id,
  :content_type,
  :target)
  SENSITIVE = [:content, :metadata, :content_type]
  include Aws::Structure
end

#sub_channel_idString

The ID of the SubChannel.

Returns:

  • (String)


641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 641

class ChannelMessage < Struct.new(
  :channel_arn,
  :message_id,
  :content,
  :metadata,
  :type,
  :created_timestamp,
  :last_edited_timestamp,
  :last_updated_timestamp,
  :sender,
  :redacted,
  :persistence,
  :status,
  :message_attributes,
  :sub_channel_id,
  :content_type,
  :target)
  SENSITIVE = [:content, :metadata, :content_type]
  include Aws::Structure
end

#targetArray<Types::Target>

The target of a message, a sender, a user, or a bot. Only the target and the sender can view targeted messages. Only users who can see targeted messages can take actions on them. However, administrators can delete targeted messages that they can’t see.

Returns:



641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 641

class ChannelMessage < Struct.new(
  :channel_arn,
  :message_id,
  :content,
  :metadata,
  :type,
  :created_timestamp,
  :last_edited_timestamp,
  :last_updated_timestamp,
  :sender,
  :redacted,
  :persistence,
  :status,
  :message_attributes,
  :sub_channel_id,
  :content_type,
  :target)
  SENSITIVE = [:content, :metadata, :content_type]
  include Aws::Structure
end

#typeString

The message type.

Returns:

  • (String)


641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 641

class ChannelMessage < Struct.new(
  :channel_arn,
  :message_id,
  :content,
  :metadata,
  :type,
  :created_timestamp,
  :last_edited_timestamp,
  :last_updated_timestamp,
  :sender,
  :redacted,
  :persistence,
  :status,
  :message_attributes,
  :sub_channel_id,
  :content_type,
  :target)
  SENSITIVE = [:content, :metadata, :content_type]
  include Aws::Structure
end