followUpPrompt

@JvmName(name = "acrowdjqipmvqogg")
suspend fun followUpPrompt(value: Output<IntentFollowUpPromptArgs>)
@JvmName(name = "opkynnmlwasqbeyf")
suspend fun followUpPrompt(value: IntentFollowUpPromptArgs?)

Parameters

value

Amazon Lex uses this prompt to solicit additional activity after fulfilling an intent. For example, after the OrderPizza intent is fulfilled, you might prompt the user to order a drink. The follow_up_prompt field and the conclusion_statement field are mutually exclusive. You can specify only one. Attributes are documented under follow_up_prompt.


@JvmName(name = "mbrmfipvwamojwyf")
suspend fun followUpPrompt(argument: suspend IntentFollowUpPromptArgsBuilder.() -> Unit)

Parameters

argument

Amazon Lex uses this prompt to solicit additional activity after fulfilling an intent. For example, after the OrderPizza intent is fulfilled, you might prompt the user to order a drink. The follow_up_prompt field and the conclusion_statement field are mutually exclusive. You can specify only one. Attributes are documented under follow_up_prompt.