Class IntentFollowUpPromptRejectionStatementArgs.Builder

    • Method Detail

      • 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