public static interface Message.Builder extends SdkPojo, CopyableBuilder<Message.Builder,Message>
Modifier and Type | Method and Description |
---|---|
Message.Builder |
content(String content)
The text of the message.
|
Message.Builder |
contentType(ContentType contentType)
The content type of the message string.
|
Message.Builder |
contentType(String contentType)
The content type of the message string.
|
Message.Builder |
groupNumber(Integer groupNumber)
Identifies the message group that the message belongs to.
|
copy
applyMutation, build
Message.Builder contentType(String contentType)
The content type of the message string.
contentType
- The content type of the message string.ContentType
,
ContentType
Message.Builder contentType(ContentType contentType)
The content type of the message string.
contentType
- The content type of the message string.ContentType
,
ContentType
Message.Builder content(String content)
The text of the message.
content
- The text of the message.Message.Builder groupNumber(Integer 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.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.