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.

The message object that provides the message text and its type.

Inheritance Hierarchy

System.Object
  Amazon.LexModelBuildingService.Model.Message

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

Syntax

C#
public class Message

The Message type exposes the following members

Constructors

NameDescription
Public Method Message()

Properties

NameTypeDescription
Public Property Content System.String

Gets and sets the property Content.

The text of the message.

Public Property ContentType Amazon.LexModelBuildingService.ContentType

Gets and sets the property ContentType.

The content type of the message string.

Public Property GroupNumber System.Int32

Gets and sets the property GroupNumber.

Identifies the message group that the message belongs to. When a group is assigned to a message, Amazon Lex returns one message from each group in the response.

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