lex

Lex

AI & MLAWS
General

General information about the service.

Description

Amazon Lex builds conversational interfaces using voice and text.

Service Namespace

AWS::Lex::Bot

ARN Pattern

arn:aws:lex:{region}:{account}:bot/{bot-name}

References

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

lex-

Length

2-50

Valid Characters

Letters, numbers, underscores

Scope

region

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "aws_lexv2models_bot" "main" {
2 name = "lex_${var.environment}"
3 role_arn = aws_iam_role.lex.arn
4 data_privacy { child_directed = false }
5 idle_session_ttl_in_seconds = 300
6}
Utilities

Utilities to support app deployment or configuration.