AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Stores information about a callback.

Inheritance Hierarchy

System.Object
  Amazon.ChimeSDKMessaging.Model.ChannelMessageCallback

Namespace: Amazon.ChimeSDKMessaging.Model
Assembly: AWSSDK.ChimeSDKMessaging.dll
Version: 3.x.y.z

Syntax

C#
public class ChannelMessageCallback

The ChannelMessageCallback type exposes the following members

Constructors

NameDescription
Public Method ChannelMessageCallback()

Properties

NameTypeDescription
Public Property Content System.String

Gets and sets the property Content.

The message content. 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.

Public Property ContentType System.String

Gets and sets the property ContentType.

The content type of the call-back 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.

Public Property MessageAttributes System.Collections.Generic.Dictionary<System.String, Amazon.ChimeSDKMessaging.Model.MessageAttributeValue>

Gets and sets the property MessageAttributes.

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.

Public Property MessageId System.String

Gets and sets the property MessageId.

The message ID.

Public Property Metadata System.String

Gets and sets the property Metadata.

The message metadata.

Public Property PushNotification Amazon.ChimeSDKMessaging.Model.PushNotificationConfiguration

Gets and sets the property PushNotification.

The push notification configuration of the message.

Public Property SubChannelId System.String

Gets and sets the property SubChannelId.

The ID of the SubChannel.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5