Switch statement - Amazon Lex

Switch statement

switch (expression) { case (expression): statements . . . default: statements }

Note: In the preceding example, expressions and statements must be one of the supported ones from this document.