class Aws::LexModelBuildingService::Types::Message
The message object that provides the message text and its type.
@note When making an API call, you may pass Message
data as a hash: { content_type: "PlainText", # required, accepts PlainText, SSML, CustomPayload content: "ContentString", # required group_number: 1, }
@!attribute [rw] content_type
The content type of the message string. @return [String]
@!attribute [rw] content
The text of the message. @return [String]
@!attribute [rw] group_number
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. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/lex-models-2017-04-19/Message AWS API Documentation
Constants
- SENSITIVE