Package com.pulumi.aws.lex.outputs
Class IntentRejectionStatementMessage
- java.lang.Object
-
- com.pulumi.aws.lex.outputs.IntentRejectionStatementMessage
-
public final class IntentRejectionStatementMessage extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IntentRejectionStatementMessage.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IntentRejectionStatementMessage.Builder
builder()
static IntentRejectionStatementMessage.Builder
builder(IntentRejectionStatementMessage defaults)
java.lang.String
content()
java.lang.String
contentType()
java.util.Optional<java.lang.Integer>
groupNumber()
-
-
-
Method Detail
-
content
public java.lang.String content()
- Returns:
- The text of the message. Must be less than or equal to 1000 characters in length.
-
contentType
public java.lang.String contentType()
- Returns:
- The content type of the message string.
-
groupNumber
public java.util.Optional<java.lang.Integer> groupNumber()
- Returns:
- 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. Must be a number between 1 and 5 (inclusive).
-
builder
public static IntentRejectionStatementMessage.Builder builder()
-
builder
public static IntentRejectionStatementMessage.Builder builder(IntentRejectionStatementMessage defaults)
-
-