Package com.pulumi.aws.lex.outputs
Class IntentRejectionStatement
- java.lang.Object
-
- com.pulumi.aws.lex.outputs.IntentRejectionStatement
-
public final class IntentRejectionStatement extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IntentRejectionStatement.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IntentRejectionStatement.Builder
builder()
static IntentRejectionStatement.Builder
builder(IntentRejectionStatement defaults)
java.util.List<IntentRejectionStatementMessage>
messages()
java.util.Optional<java.lang.String>
responseCard()
-
-
-
Method Detail
-
messages
public java.util.List<IntentRejectionStatementMessage> messages()
- Returns:
- A set of messages, each of which provides a message string and its type. You can specify the message string in plain text or in Speech Synthesis Markup Language (SSML). Attributes are documented under message. Must contain between 1 and 15 messages.
-
responseCard
public java.util.Optional<java.lang.String> responseCard()
- Returns:
- The response card. Amazon Lex will substitute session attributes and slot values into the response card. For more information, see [Example: Using a Response Card](https://docs.aws.amazon.com/lex/latest/dg/ex-resp-card.html). Must be less than or equal to 50000 characters in length.
-
builder
public static IntentRejectionStatement.Builder builder()
-
builder
public static IntentRejectionStatement.Builder builder(IntentRejectionStatement defaults)
-
-