conclusionStatement

@JvmName(name = "pewoxqveafbimxkr")
suspend fun conclusionStatement(value: Output<IntentConclusionStatementArgs>)
@JvmName(name = "fogluustskttxqfs")
suspend fun conclusionStatement(value: IntentConclusionStatementArgs?)

Parameters

value

The statement that you want Amazon Lex to convey to the user after the intent is successfully fulfilled by the Lambda function. This element is relevant only if you provide a Lambda function in the fulfillment_activity. If you return the intent to the client application, you can't specify this element. The follow_up_prompt and conclusion_statement are mutually exclusive. You can specify only one. Attributes are documented under statement.


@JvmName(name = "hxppdbilkvpejnvl")
suspend fun conclusionStatement(argument: suspend IntentConclusionStatementArgsBuilder.() -> Unit)

Parameters

argument

The statement that you want Amazon Lex to convey to the user after the intent is successfully fulfilled by the Lambda function. This element is relevant only if you provide a Lambda function in the fulfillment_activity. If you return the intent to the client application, you can't specify this element. The follow_up_prompt and conclusion_statement are mutually exclusive. You can specify only one. Attributes are documented under statement.