Package com.pulumi.aws.lex.inputs
Class IntentFollowUpPromptRejectionStatementArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.lex.inputs.IntentFollowUpPromptRejectionStatementArgs.Builder
-
- Enclosing class:
- IntentFollowUpPromptRejectionStatementArgs
public static final class IntentFollowUpPromptRejectionStatementArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(IntentFollowUpPromptRejectionStatementArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntentFollowUpPromptRejectionStatementArgs
build()
IntentFollowUpPromptRejectionStatementArgs.Builder
messages(IntentFollowUpPromptRejectionStatementMessageArgs... messages)
IntentFollowUpPromptRejectionStatementArgs.Builder
messages(com.pulumi.core.Output<java.util.List<IntentFollowUpPromptRejectionStatementMessageArgs>> messages)
IntentFollowUpPromptRejectionStatementArgs.Builder
messages(java.util.List<IntentFollowUpPromptRejectionStatementMessageArgs> messages)
IntentFollowUpPromptRejectionStatementArgs.Builder
responseCard(com.pulumi.core.Output<java.lang.String> responseCard)
IntentFollowUpPromptRejectionStatementArgs.Builder
responseCard(java.lang.String responseCard)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(IntentFollowUpPromptRejectionStatementArgs defaults)
-
-
Method Detail
-
messages
public IntentFollowUpPromptRejectionStatementArgs.Builder messages(com.pulumi.core.Output<java.util.List<IntentFollowUpPromptRejectionStatementMessageArgs>> messages)
- Parameters:
messages
- 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.- Returns:
- builder
-
messages
public IntentFollowUpPromptRejectionStatementArgs.Builder messages(java.util.List<IntentFollowUpPromptRejectionStatementMessageArgs> messages)
- Parameters:
messages
- 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.- Returns:
- builder
-
messages
public IntentFollowUpPromptRejectionStatementArgs.Builder messages(IntentFollowUpPromptRejectionStatementMessageArgs... messages)
- Parameters:
messages
- 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.- Returns:
- builder
-
responseCard
public IntentFollowUpPromptRejectionStatementArgs.Builder responseCard(@Nullable com.pulumi.core.Output<java.lang.String> responseCard)
- Parameters:
responseCard
- 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.- Returns:
- builder
-
responseCard
public IntentFollowUpPromptRejectionStatementArgs.Builder responseCard(java.lang.String responseCard)
- Parameters:
responseCard
- 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.- Returns:
- builder
-
build
public IntentFollowUpPromptRejectionStatementArgs build()
-
-