Function declarations
You can add function declarations to perform functions in Amazon Lex V2. This example shows the syntax that can be used in SRGS expressions.
function functionIdentifier([parameterList, ...]) {
<function body>
}View a markdown version of this page
You can add function declarations to perform functions in Amazon Lex V2. This example shows the syntax that can be used in SRGS expressions.
function functionIdentifier([parameterList, ...]) {
<function body>
}