AWS Lex Connector Configuration

The AWS Lex connector integrates with AWS Lex v2 bots to provide virtual agent capabilities.

Configuration Options

Required

Optional

Audio Format

Example Configuration

aws_lex_connector:
  type: "aws_lex_connector"
  class: "AWSLexConnector"
  module: "connectors.aws_lex_connector"
  config:
    region_name: "us-east-1"
    bot_alias_id: "TSTALIASID"
  agents: []

Bot Alias

A bot alias points to a specific version of your bot. Common aliases:

The connector now makes this configurable instead of hardcoded.

Why WAV Conversion is Always Enabled

WxCC always requires:

Since AWS Lex always returns raw PCM data, conversion to WAV is mandatory for compatibility.