Amazon Lex AWS Price List API all Attribute Names and Values


Last Updated on April 28, 2021

Below is a reference for all attribute names and attribute values in AWS Price List API for Amazon Lex.

Note: All the list below are in alphabetical order.

Service Code: AmazonLex

Python Code to get Attribute Names for AmazonLex using Boto3

import boto3

pricing_client = boto3.client('pricing', region_name='us-east-1')

response = pricing_client.describe_services(ServiceCode='AmazonLex')

attribute_names = response['Services'][0]['AttributeNames']

print(attribute_names)

Attribute Name List for AmazonLex


Python Code to get the Attribute Values List for AmazonLex using Boto3

import boto3

pricing_client = boto3.client('pricing', region_name='us-east-1')

response = pricing_client.describe_services(ServiceCode='AmazonLex')

attribute_names = response['Services'][0]['AttributeNames']

for attribute_name in attribute_names:

    attribute_values = []

    response_iterator = pricing_client.get_paginator('get_attribute_values').paginate(
        ServiceCode='AmazonLex',
        AttributeName=attribute_name
    )

    for response in response_iterator:
        for attribute_value in response['AttributeValues']:
            attribute_values.append(attribute_value['Value'])

    print('Attribute Name:', attribute_name)
    print(attribute_values)
    print()

Attribute Values List for AmazonLex

Attribute Name: group
Values:

DTMF-to-Speech-Str
DTMF-to-Text-Str
Speech-to-Speech
Speech-to-Speech-Req
Speech-to-Speech-Str
Speech-to-Text
Speech-to-Text-Req
Speech-to-Text-Str
Text-to-Speech
Text-to-Speech-Req
Text-to-Speech-Str
Text-to-Text
Text-to-Text-Req
Text-to-Text-Str

Attribute Name: groupDescription
Values:

Processes DTMF to speech requests (de-DE)        Processes speech to speech requests (fr-CA)      Processes text to text requests (en-AU)          
Processes DTMF to speech requests (en-AU)        Processes speech to speech requests (fr-FR)      Processes text to text requests (en-GB)          
Processes DTMF to speech requests (en-GB)        Processes speech to speech requests (it-IT)      Processes text to text requests (en-US)          
Processes DTMF to speech requests (en-US)        Processes speech to speech requests (ja-JP)      Processes text to text requests (es-419)         
Processes DTMF to speech requests (es-419)       Processes speech to text requests                Processes text to text requests (es-ES)          
Processes DTMF to speech requests (es-ES)        Processes speech to text requests (de-DE)        Processes text to text requests (es-US)          
Processes DTMF to speech requests (es-US)        Processes speech to text requests (en-AU)        Processes text to text requests (fr-CA)          
Processes DTMF to speech requests (fr-CA)        Processes speech to text requests (en-GB)        Processes text to text requests (fr-FR)          
Processes DTMF to speech requests (fr-FR)        Processes speech to text requests (en-US)        Processes text to text requests (it-IT)          
Processes DTMF to speech requests (it-IT)        Processes speech to text requests (es-419)       Processes text to text requests (ja-JP)          
Processes DTMF to speech requests (ja-JP)        Processes speech to text requests (es-ES)        Processes Text to Text requests only             
Processes DTMF to text requests (de-DE)          Processes speech to text requests (es-US)        Processes Text to Text requests only (de-DE)     
Processes DTMF to text requests (en-AU)          Processes speech to text requests (fr-CA)        Processes Text to Text requests only (en-AU)     
Processes DTMF to text requests (en-GB)          Processes speech to text requests (fr-FR)        Processes Text to Text requests only (en-GB)     
Processes DTMF to text requests (en-US)          Processes speech to text requests (it-IT)        Processes Text to Text requests only (en-US)     
Processes DTMF to text requests (es-419)         Processes speech to text requests (ja-JP)        Processes Text to Text requests only (es-419)    
Processes DTMF to text requests (es-ES)          Processes text to speech requests                Processes Text to Text requests only (es-ES)     
Processes DTMF to text requests (es-US)          Processes text to speech requests (de-DE)        Processes Text to Text requests only (es-US)     
Processes DTMF to text requests (fr-CA)          Processes text to speech requests (en-AU)        Processes Text to Text requests only (fr-CA)     
Processes DTMF to text requests (fr-FR)          Processes text to speech requests (en-GB)        Processes Text to Text requests only (fr-FR)     
Processes DTMF to text requests (it-IT)          Processes text to speech requests (en-US)        Processes Text to Text requests only (it-IT)     
Processes DTMF to text requests (ja-JP)          Processes text to speech requests (es-419)       Processes Text to Text requests only (ja-JP)     
Processes speech to speech requests              Processes text to speech requests (es-ES)        
Processes speech to speech requests (de-DE)      Processes text to speech requests (es-US)        
Processes speech to speech requests (en-AU)      Processes text to speech requests (fr-CA)        
Processes speech to speech requests (en-GB)      Processes text to speech requests (fr-FR)        
Processes speech to speech requests (en-US)      Processes text to speech requests (it-IT)        
Processes speech to speech requests (es-419)     Processes text to speech requests (ja-JP)        
Processes speech to speech requests (es-ES)      Processes text to text requests                  
Processes speech to speech requests (es-US)      Processes text to text requests (de-DE)          

Attribute Name: inputMode
Values:

DTMF
Speech
Text

Attribute Name: location
Values:

Asia Pacific (Singapore)
Asia Pacific (Sydney)
Asia Pacific (Tokyo)
AWS GovCloud (US-West)
EU (Frankfurt)
EU (Ireland)
EU (London)
US East (N. Virginia)
US West (Oregon)

Attribute Name: locationType
Values:

AWS Region

Attribute Name: operation
Values:

PostContent
PostText
RecognizeText
RecognizeUtterance
StartConversation

Attribute Name: outputMode
Values:

Speech
Text

Attribute Name: productFamily
Values:

Lex Speech Request
Lex Text Request

Attribute Name: servicecode
Values:

AmazonLex

Attribute Name: servicename
Values:

Amazon Lex

Attribute Name: supportedModes
Values:

Speech and Text
Speech, Text and DTMF
Text Only

Attribute Name: termType
Values:

OnDemand

Attribute Name: usagetype
Values:

APN1-de-DE-DTMFToSpeech-Str       APN1-en-US-DTMFToSpeech-Str       APN1-es-US-DTMFToSpeech-Str       APN1-it-IT-DTMFToSpeech-Str       APS1-en-AU-DTMFToSpeech-Str       APS1-es-419-DTMFToSpeech-Str      APS1-fr-CA-DTMFToSpeech-Str       APS1-ja-JP-DTMFToSpeech-Str       APS2-en-GB-DTMFToSpeech-Str       APS2-es-ES-DTMFToSpeech-Str       APS2-fr-FR-DTMFToSpeech-Str       EU-de-DE-DTMFToSpeech-Str         EU-en-US-DTMFToSpeech-Str         EU-es-US-DTMFToSpeech-Str         EU-it-IT-DTMFToSpeech-Str         EUC1-en-AU-DTMFToSpeech-Str       EUC1-es-419-DTMFToSpeech-Str      EUC1-fr-CA-DTMFToSpeech-Str       EUC1-ja-JP-DTMFToSpeech-Str       EUW2-en-GB-DTMFToSpeech-Str       EUW2-es-ES-DTMFToSpeech-Str       EUW2-fr-FR-DTMFToSpeech-Str       UGW1-de-DE-SpeechToSpeech-Req     UGW1-fr-CA-TextToSpeech-Req       USE1-en-AU-TextToSpeech-Req       USE1-es-419-TextToSpeech-Req      USE1-fr-CA-TextToSpeech-Req       USE1-ja-JP-TextToSpeech-Req       USW2-en-GB-TextToSpeech-Req       USW2-es-ES-TextToSpeech-Req       USW2-fr-FR-TextToSpeech-Req       
APN1-de-DE-DTMFToText-Str         APN1-en-US-DTMFToText-Str         APN1-es-US-DTMFToText-Str         APN1-it-IT-DTMFToText-Str         APS1-en-AU-DTMFToText-Str         APS1-es-419-DTMFToText-Str        APS1-fr-CA-DTMFToText-Str         APS1-ja-JP-DTMFToText-Str         APS2-en-GB-DTMFToText-Str         APS2-es-ES-DTMFToText-Str         APS2-fr-FR-DTMFToText-Str         EU-de-DE-DTMFToText-Str           EU-en-US-DTMFToText-Str           EU-es-US-DTMFToText-Str           EU-it-IT-DTMFToText-Str           EUC1-en-AU-DTMFToText-Str         EUC1-es-419-DTMFToText-Str        EUC1-fr-CA-DTMFToText-Str         EUC1-ja-JP-DTMFToText-Str         EUW2-en-GB-DTMFToText-Str         EUW2-es-ES-DTMFToText-Str         EUW2-fr-FR-DTMFToText-Str         UGW1-de-DE-SpeechToText-Req       UGW1-fr-CA-TextToText-Req         USE1-en-AU-TextToSpeech-Str       USE1-es-419-TextToSpeech-Str      USE1-fr-CA-TextToSpeech-Str       USE1-ja-JP-TextToSpeech-Str       USW2-en-GB-TextToSpeech-Str       USW2-es-ES-TextToSpeech-Str       USW2-fr-FR-TextToSpeech-Str       
APN1-de-DE-SpeechToSpeech-Req     APN1-en-US-SpeechToSpeech-Req     APN1-es-US-SpeechToSpeech-Req     APN1-it-IT-SpeechToSpeech-Req     APS1-en-AU-SpeechToSpeech-Req     APS1-es-419-SpeechToSpeech-Req    APS1-fr-CA-SpeechToSpeech-Req     APS1-ja-JP-SpeechToSpeech-Req     APS2-en-GB-SpeechToSpeech-Req     APS2-es-ES-SpeechToSpeech-Req     APS2-fr-FR-SpeechToSpeech-Req     EU-de-DE-SpeechToSpeech-Req       EU-en-US-SpeechToSpeech-Req       EU-es-US-SpeechToSpeech-Req       EU-it-IT-SpeechToSpeech-Req       EUC1-en-AU-SpeechToSpeech-Req     EUC1-es-419-SpeechToSpeech-Req    EUC1-fr-CA-SpeechToSpeech-Req     EUC1-ja-JP-SpeechToSpeech-Req     EUW2-en-GB-SpeechToSpeech-Req     EUW2-es-ES-SpeechToSpeech-Req     EUW2-fr-FR-SpeechToSpeech-Req     UGW1-de-DE-TextToSpeech-Req       UGW1-fr-FR-SpeechToSpeech-Req     USE1-en-AU-TextToText-Req         USE1-es-419-TextToText-Req        USE1-fr-CA-TextToText-Req         USE1-ja-JP-TextToText-Req         USW2-en-GB-TextToText-Req         USW2-es-ES-TextToText-Req         USW2-fr-FR-TextToText-Req         
APN1-de-DE-SpeechToSpeech-Str     APN1-en-US-SpeechToSpeech-Str     APN1-es-US-SpeechToSpeech-Str     APN1-it-IT-SpeechToSpeech-Str     APS1-en-AU-SpeechToSpeech-Str     APS1-es-419-SpeechToSpeech-Str    APS1-fr-CA-SpeechToSpeech-Str     APS1-ja-JP-SpeechToSpeech-Str     APS2-en-GB-SpeechToSpeech-Str     APS2-es-ES-SpeechToSpeech-Str     APS2-fr-FR-SpeechToSpeech-Str     EU-de-DE-SpeechToSpeech-Str       EU-en-US-SpeechToSpeech-Str       EU-es-US-SpeechToSpeech-Str       EU-it-IT-SpeechToSpeech-Str       EUC1-en-AU-SpeechToSpeech-Str     EUC1-es-419-SpeechToSpeech-Str    EUC1-fr-CA-SpeechToSpeech-Str     EUC1-ja-JP-SpeechToSpeech-Str     EUW2-en-GB-SpeechToSpeech-Str     EUW2-es-ES-SpeechToSpeech-Str     EUW2-fr-FR-SpeechToSpeech-Str     UGW1-de-DE-TextToText-Req         UGW1-fr-FR-SpeechToText-Req       USE1-en-AU-TextToText-Str         USE1-es-419-TextToText-Str        USE1-fr-CA-TextToText-Str         USE1-ja-JP-TextToText-Str         USW2-en-GB-TextToText-Str         USW2-es-ES-TextToText-Str         USW2-fr-FR-TextToText-Str         
APN1-de-DE-SpeechToText-Req       APN1-en-US-SpeechToText-Req       APN1-es-US-SpeechToText-Req       APN1-it-IT-SpeechToText-Req       APS1-en-AU-SpeechToText-Req       APS1-es-419-SpeechToText-Req      APS1-fr-CA-SpeechToText-Req       APS1-ja-JP-SpeechToText-Req       APS2-en-GB-SpeechToText-Req       APS2-es-ES-SpeechToText-Req       APS2-fr-FR-SpeechToText-Req       EU-de-DE-SpeechToText-Req         EU-en-US-SpeechToText-Req         EU-es-US-SpeechToText-Req         EU-it-IT-SpeechToText-Req         EUC1-en-AU-SpeechToText-Req       EUC1-es-419-SpeechToText-Req      EUC1-fr-CA-SpeechToText-Req       EUC1-ja-JP-SpeechToText-Req       EUW2-en-GB-SpeechToText-Req       EUW2-es-ES-SpeechToText-Req       EUW2-fr-FR-SpeechToText-Req       UGW1-en-AU-SpeechToSpeech-Req     UGW1-fr-FR-TextToSpeech-Req       USE1-en-GB-DTMFToSpeech-Str       USE1-es-ES-DTMFToSpeech-Str       USE1-fr-FR-DTMFToSpeech-Str       USW2-de-DE-DTMFToSpeech-Str       USW2-en-US-DTMFToSpeech-Str       USW2-es-US-DTMFToSpeech-Str       USW2-it-IT-DTMFToSpeech-Str       
APN1-de-DE-SpeechToText-Str       APN1-en-US-SpeechToText-Str       APN1-es-US-SpeechToText-Str       APN1-it-IT-SpeechToText-Str       APS1-en-AU-SpeechToText-Str       APS1-es-419-SpeechToText-Str      APS1-fr-CA-SpeechToText-Str       APS1-ja-JP-SpeechToText-Str       APS2-en-GB-SpeechToText-Str       APS2-es-ES-SpeechToText-Str       APS2-fr-FR-SpeechToText-Str       EU-de-DE-SpeechToText-Str         EU-en-US-SpeechToText-Str         EU-es-US-SpeechToText-Str         EU-it-IT-SpeechToText-Str         EUC1-en-AU-SpeechToText-Str       EUC1-es-419-SpeechToText-Str      EUC1-fr-CA-SpeechToText-Str       EUC1-ja-JP-SpeechToText-Str       EUW2-en-GB-SpeechToText-Str       EUW2-es-ES-SpeechToText-Str       EUW2-fr-FR-SpeechToText-Str       UGW1-en-AU-SpeechToText-Req       UGW1-fr-FR-TextToText-Req         USE1-en-GB-DTMFToText-Str         USE1-es-ES-DTMFToText-Str         USE1-fr-FR-DTMFToText-Str         USW2-de-DE-DTMFToText-Str         USW2-en-US-DTMFToText-Str         USW2-es-US-DTMFToText-Str         USW2-it-IT-DTMFToText-Str         
APN1-de-DE-TextToSpeech-Req       APN1-en-US-TextToSpeech-Req       APN1-es-US-TextToSpeech-Req       APN1-it-IT-TextToSpeech-Req       APS1-en-AU-TextToSpeech-Req       APS1-es-419-TextToSpeech-Req      APS1-fr-CA-TextToSpeech-Req       APS1-ja-JP-TextToSpeech-Req       APS2-en-GB-TextToSpeech-Req       APS2-es-ES-TextToSpeech-Req       APS2-fr-FR-TextToSpeech-Req       EU-de-DE-TextToSpeech-Req         EU-en-US-TextToSpeech-Req         EU-es-US-TextToSpeech-Req         EU-it-IT-TextToSpeech-Req         EUC1-en-AU-TextToSpeech-Req       EUC1-es-419-TextToSpeech-Req      EUC1-fr-CA-TextToSpeech-Req       EUC1-ja-JP-TextToSpeech-Req       EUW2-en-GB-TextToSpeech-Req       EUW2-es-ES-TextToSpeech-Req       EUW2-fr-FR-TextToSpeech-Req       UGW1-en-AU-TextToSpeech-Req       UGW1-it-IT-SpeechToSpeech-Req     USE1-en-GB-SpeechToSpeech-Req     USE1-es-ES-SpeechToSpeech-Req     USE1-fr-FR-SpeechToSpeech-Req     USW2-de-DE-SpeechToSpeech-Req     USW2-en-US-SpeechToSpeech-Req     USW2-es-US-SpeechToSpeech-Req     USW2-it-IT-SpeechToSpeech-Req     
APN1-de-DE-TextToSpeech-Str       APN1-en-US-TextToSpeech-Str       APN1-es-US-TextToSpeech-Str       APN1-it-IT-TextToSpeech-Str       APS1-en-AU-TextToSpeech-Str       APS1-es-419-TextToSpeech-Str      APS1-fr-CA-TextToSpeech-Str       APS1-ja-JP-TextToSpeech-Str       APS2-en-GB-TextToSpeech-Str       APS2-es-ES-TextToSpeech-Str       APS2-fr-FR-TextToSpeech-Str       EU-de-DE-TextToSpeech-Str         EU-en-US-TextToSpeech-Str         EU-es-US-TextToSpeech-Str         EU-it-IT-TextToSpeech-Str         EUC1-en-AU-TextToSpeech-Str       EUC1-es-419-TextToSpeech-Str      EUC1-fr-CA-TextToSpeech-Str       EUC1-ja-JP-TextToSpeech-Str       EUW2-en-GB-TextToSpeech-Str       EUW2-es-ES-TextToSpeech-Str       EUW2-fr-FR-TextToSpeech-Str       UGW1-en-AU-TextToText-Req         UGW1-it-IT-SpeechToText-Req       USE1-en-GB-SpeechToSpeech-Str     USE1-es-ES-SpeechToSpeech-Str     USE1-fr-FR-SpeechToSpeech-Str     USW2-de-DE-SpeechToSpeech-Str     USW2-en-US-SpeechToSpeech-Str     USW2-es-US-SpeechToSpeech-Str     USW2-it-IT-SpeechToSpeech-Str     
APN1-de-DE-TextToText-Req         APN1-en-US-TextToText-Req         APN1-es-US-TextToText-Req         APN1-it-IT-TextToText-Req         APS1-en-AU-TextToText-Req         APS1-es-419-TextToText-Req        APS1-fr-CA-TextToText-Req         APS1-ja-JP-TextToText-Req         APS2-en-GB-TextToText-Req         APS2-es-ES-TextToText-Req         APS2-fr-FR-TextToText-Req         EU-de-DE-TextToText-Req           EU-en-US-TextToText-Req           EU-es-US-TextToText-Req           EU-it-IT-TextToText-Req           EUC1-en-AU-TextToText-Req         EUC1-es-419-TextToText-Req        EUC1-fr-CA-TextToText-Req         EUC1-ja-JP-TextToText-Req         EUW2-en-GB-TextToText-Req         EUW2-es-ES-TextToText-Req         EUW2-fr-FR-TextToText-Req         UGW1-en-GB-SpeechToSpeech-Req     UGW1-it-IT-TextToSpeech-Req       USE1-en-GB-SpeechToText-Req       USE1-es-ES-SpeechToText-Req       USE1-fr-FR-SpeechToText-Req       USW2-de-DE-SpeechToText-Req       USW2-en-US-SpeechToText-Req       USW2-es-US-SpeechToText-Req       USW2-it-IT-SpeechToText-Req       
APN1-de-DE-TextToText-Str         APN1-en-US-TextToText-Str         APN1-es-US-TextToText-Str         APN1-it-IT-TextToText-Str         APS1-en-AU-TextToText-Str         APS1-es-419-TextToText-Str        APS1-fr-CA-TextToText-Str         APS1-ja-JP-TextToText-Str         APS2-en-GB-TextToText-Str         APS2-es-ES-TextToText-Str         APS2-fr-FR-TextToText-Str         EU-de-DE-TextToText-Str           EU-en-US-TextToText-Str           EU-es-US-TextToText-Str           EU-it-IT-TextToText-Str           EUC1-en-AU-TextToText-Str         EUC1-es-419-TextToText-Str        EUC1-fr-CA-TextToText-Str         EUC1-ja-JP-TextToText-Str         EUW2-en-GB-TextToText-Str         EUW2-es-ES-TextToText-Str         EUW2-fr-FR-TextToText-Str         UGW1-en-GB-SpeechToText-Req       UGW1-it-IT-TextToText-Req         USE1-en-GB-SpeechToText-Str       USE1-es-ES-SpeechToText-Str       USE1-fr-FR-SpeechToText-Str       USW2-de-DE-SpeechToText-Str       USW2-en-US-SpeechToText-Str       USW2-es-US-SpeechToText-Str       USW2-it-IT-SpeechToText-Str       
APN1-en-AU-DTMFToSpeech-Str       APN1-es-419-DTMFToSpeech-Str      APN1-fr-CA-DTMFToSpeech-Str       APN1-ja-JP-DTMFToSpeech-Str       APS1-en-GB-DTMFToSpeech-Str       APS1-es-ES-DTMFToSpeech-Str       APS1-fr-FR-DTMFToSpeech-Str       APS2-de-DE-DTMFToSpeech-Str       APS2-en-US-DTMFToSpeech-Str       APS2-es-US-DTMFToSpeech-Str       APS2-it-IT-DTMFToSpeech-Str       EU-en-AU-DTMFToSpeech-Str         EU-es-419-DTMFToSpeech-Str        EU-fr-CA-DTMFToSpeech-Str         EU-ja-JP-DTMFToSpeech-Str         EUC1-en-GB-DTMFToSpeech-Str       EUC1-es-ES-DTMFToSpeech-Str       EUC1-fr-FR-DTMFToSpeech-Str       EUW2-de-DE-DTMFToSpeech-Str       EUW2-en-US-DTMFToSpeech-Str       EUW2-es-US-DTMFToSpeech-Str       EUW2-it-IT-DTMFToSpeech-Str       UGW1-en-GB-TextToSpeech-Req       UGW1-ja-JP-SpeechToSpeech-Req     USE1-en-GB-TextToSpeech-Req       USE1-es-ES-TextToSpeech-Req       USE1-fr-FR-TextToSpeech-Req       USW2-de-DE-TextToSpeech-Req       USW2-en-US-TextToSpeech-Req       USW2-es-US-TextToSpeech-Req       USW2-it-IT-TextToSpeech-Req       
APN1-en-AU-DTMFToText-Str         APN1-es-419-DTMFToText-Str        APN1-fr-CA-DTMFToText-Str         APN1-ja-JP-DTMFToText-Str         APS1-en-GB-DTMFToText-Str         APS1-es-ES-DTMFToText-Str         APS1-fr-FR-DTMFToText-Str         APS2-de-DE-DTMFToText-Str         APS2-en-US-DTMFToText-Str         APS2-es-US-DTMFToText-Str         APS2-it-IT-DTMFToText-Str         EU-en-AU-DTMFToText-Str           EU-es-419-DTMFToText-Str          EU-fr-CA-DTMFToText-Str           EU-ja-JP-DTMFToText-Str           EUC1-en-GB-DTMFToText-Str         EUC1-es-ES-DTMFToText-Str         EUC1-fr-FR-DTMFToText-Str         EUW2-de-DE-DTMFToText-Str         EUW2-en-US-DTMFToText-Str         EUW2-es-US-DTMFToText-Str         EUW2-it-IT-DTMFToText-Str         UGW1-en-GB-TextToText-Req         UGW1-ja-JP-SpeechToText-Req       USE1-en-GB-TextToSpeech-Str       USE1-es-ES-TextToSpeech-Str       USE1-fr-FR-TextToSpeech-Str       USW2-de-DE-TextToSpeech-Str       USW2-en-US-TextToSpeech-Str       USW2-es-US-TextToSpeech-Str       USW2-it-IT-TextToSpeech-Str       
APN1-en-AU-SpeechToSpeech-Req     APN1-es-419-SpeechToSpeech-Req    APN1-fr-CA-SpeechToSpeech-Req     APN1-ja-JP-SpeechToSpeech-Req     APS1-en-GB-SpeechToSpeech-Req     APS1-es-ES-SpeechToSpeech-Req     APS1-fr-FR-SpeechToSpeech-Req     APS2-de-DE-SpeechToSpeech-Req     APS2-en-US-SpeechToSpeech-Req     APS2-es-US-SpeechToSpeech-Req     APS2-it-IT-SpeechToSpeech-Req     EU-en-AU-SpeechToSpeech-Req       EU-es-419-SpeechToSpeech-Req      EU-fr-CA-SpeechToSpeech-Req       EU-ja-JP-SpeechToSpeech-Req       EUC1-en-GB-SpeechToSpeech-Req     EUC1-es-ES-SpeechToSpeech-Req     EUC1-fr-FR-SpeechToSpeech-Req     EUW2-de-DE-SpeechToSpeech-Req     EUW2-en-US-SpeechToSpeech-Req     EUW2-es-US-SpeechToSpeech-Req     EUW2-it-IT-SpeechToSpeech-Req     UGW1-en-US-SpeechToSpeech-Req     UGW1-ja-JP-TextToSpeech-Req       USE1-en-GB-TextToText-Req         USE1-es-ES-TextToText-Req         USE1-fr-FR-TextToText-Req         USW2-de-DE-TextToText-Req         USW2-en-US-TextToText-Req         USW2-es-US-TextToText-Req         USW2-it-IT-TextToText-Req         
APN1-en-AU-SpeechToSpeech-Str     APN1-es-419-SpeechToSpeech-Str    APN1-fr-CA-SpeechToSpeech-Str     APN1-ja-JP-SpeechToSpeech-Str     APS1-en-GB-SpeechToSpeech-Str     APS1-es-ES-SpeechToSpeech-Str     APS1-fr-FR-SpeechToSpeech-Str     APS2-de-DE-SpeechToSpeech-Str     APS2-en-US-SpeechToSpeech-Str     APS2-es-US-SpeechToSpeech-Str     APS2-it-IT-SpeechToSpeech-Str     EU-en-AU-SpeechToSpeech-Str       EU-es-419-SpeechToSpeech-Str      EU-fr-CA-SpeechToSpeech-Str       EU-ja-JP-SpeechToSpeech-Str       EUC1-en-GB-SpeechToSpeech-Str     EUC1-es-ES-SpeechToSpeech-Str     EUC1-fr-FR-SpeechToSpeech-Str     EUW2-de-DE-SpeechToSpeech-Str     EUW2-en-US-SpeechToSpeech-Str     EUW2-es-US-SpeechToSpeech-Str     EUW2-it-IT-SpeechToSpeech-Str     UGW1-en-US-SpeechToText-Req       UGW1-ja-JP-TextToText-Req         USE1-en-GB-TextToText-Str         USE1-es-ES-TextToText-Str         USE1-fr-FR-TextToText-Str         USW2-de-DE-TextToText-Str         USW2-en-US-TextToText-Str         USW2-es-US-TextToText-Str         USW2-it-IT-TextToText-Str         
APN1-en-AU-SpeechToText-Req       APN1-es-419-SpeechToText-Req      APN1-fr-CA-SpeechToText-Req       APN1-ja-JP-SpeechToText-Req       APS1-en-GB-SpeechToText-Req       APS1-es-ES-SpeechToText-Req       APS1-fr-FR-SpeechToText-Req       APS2-de-DE-SpeechToText-Req       APS2-en-US-SpeechToText-Req       APS2-es-US-SpeechToText-Req       APS2-it-IT-SpeechToText-Req       EU-en-AU-SpeechToText-Req         EU-es-419-SpeechToText-Req        EU-fr-CA-SpeechToText-Req         EU-ja-JP-SpeechToText-Req         EUC1-en-GB-SpeechToText-Req       EUC1-es-ES-SpeechToText-Req       EUC1-fr-FR-SpeechToText-Req       EUW2-de-DE-SpeechToText-Req       EUW2-en-US-SpeechToText-Req       EUW2-es-US-SpeechToText-Req       EUW2-it-IT-SpeechToText-Req       UGW1-en-US-TextToSpeech-Req       USE1-de-DE-DTMFToSpeech-Str       USE1-en-US-DTMFToSpeech-Str       USE1-es-US-DTMFToSpeech-Str       USE1-it-IT-DTMFToSpeech-Str       USW2-en-AU-DTMFToSpeech-Str       USW2-es-419-DTMFToSpeech-Str      USW2-fr-CA-DTMFToSpeech-Str       USW2-ja-JP-DTMFToSpeech-Str       
APN1-en-AU-SpeechToText-Str       APN1-es-419-SpeechToText-Str      APN1-fr-CA-SpeechToText-Str       APN1-ja-JP-SpeechToText-Str       APS1-en-GB-SpeechToText-Str       APS1-es-ES-SpeechToText-Str       APS1-fr-FR-SpeechToText-Str       APS2-de-DE-SpeechToText-Str       APS2-en-US-SpeechToText-Str       APS2-es-US-SpeechToText-Str       APS2-it-IT-SpeechToText-Str       EU-en-AU-SpeechToText-Str         EU-es-419-SpeechToText-Str        EU-fr-CA-SpeechToText-Str         EU-ja-JP-SpeechToText-Str         EUC1-en-GB-SpeechToText-Str       EUC1-es-ES-SpeechToText-Str       EUC1-fr-FR-SpeechToText-Str       EUW2-de-DE-SpeechToText-Str       EUW2-en-US-SpeechToText-Str       EUW2-es-US-SpeechToText-Str       EUW2-it-IT-SpeechToText-Str       UGW1-en-US-TextToText-Req         USE1-de-DE-DTMFToText-Str         USE1-en-US-DTMFToText-Str         USE1-es-US-DTMFToText-Str         USE1-it-IT-DTMFToText-Str         USW2-en-AU-DTMFToText-Str         USW2-es-419-DTMFToText-Str        USW2-fr-CA-DTMFToText-Str         USW2-ja-JP-DTMFToText-Str         
APN1-en-AU-TextToSpeech-Req       APN1-es-419-TextToSpeech-Req      APN1-fr-CA-TextToSpeech-Req       APN1-ja-JP-TextToSpeech-Req       APS1-en-GB-TextToSpeech-Req       APS1-es-ES-TextToSpeech-Req       APS1-fr-FR-TextToSpeech-Req       APS2-de-DE-TextToSpeech-Req       APS2-en-US-TextToSpeech-Req       APS2-es-US-TextToSpeech-Req       APS2-it-IT-TextToSpeech-Req       EU-en-AU-TextToSpeech-Req         EU-es-419-TextToSpeech-Req        EU-fr-CA-TextToSpeech-Req         EU-ja-JP-TextToSpeech-Req         EUC1-en-GB-TextToSpeech-Req       EUC1-es-ES-TextToSpeech-Req       EUC1-fr-FR-TextToSpeech-Req       EUW2-de-DE-TextToSpeech-Req       EUW2-en-US-TextToSpeech-Req       EUW2-es-US-TextToSpeech-Req       EUW2-it-IT-TextToSpeech-Req       UGW1-es-419-SpeechToSpeech-Req    USE1-de-DE-SpeechToSpeech-Req     USE1-en-US-SpeechToSpeech-Req     USE1-es-US-SpeechToSpeech-Req     USE1-it-IT-SpeechToSpeech-Req     USW2-en-AU-SpeechToSpeech-Req     USW2-es-419-SpeechToSpeech-Req    USW2-fr-CA-SpeechToSpeech-Req     USW2-ja-JP-SpeechToSpeech-Req     
APN1-en-AU-TextToSpeech-Str       APN1-es-419-TextToSpeech-Str      APN1-fr-CA-TextToSpeech-Str       APN1-ja-JP-TextToSpeech-Str       APS1-en-GB-TextToSpeech-Str       APS1-es-ES-TextToSpeech-Str       APS1-fr-FR-TextToSpeech-Str       APS2-de-DE-TextToSpeech-Str       APS2-en-US-TextToSpeech-Str       APS2-es-US-TextToSpeech-Str       APS2-it-IT-TextToSpeech-Str       EU-en-AU-TextToSpeech-Str         EU-es-419-TextToSpeech-Str        EU-fr-CA-TextToSpeech-Str         EU-ja-JP-TextToSpeech-Str         EUC1-en-GB-TextToSpeech-Str       EUC1-es-ES-TextToSpeech-Str       EUC1-fr-FR-TextToSpeech-Str       EUW2-de-DE-TextToSpeech-Str       EUW2-en-US-TextToSpeech-Str       EUW2-es-US-TextToSpeech-Str       EUW2-it-IT-TextToSpeech-Str       UGW1-es-419-SpeechToText-Req      USE1-de-DE-SpeechToSpeech-Str     USE1-en-US-SpeechToSpeech-Str     USE1-es-US-SpeechToSpeech-Str     USE1-it-IT-SpeechToSpeech-Str     USW2-en-AU-SpeechToSpeech-Str     USW2-es-419-SpeechToSpeech-Str    USW2-fr-CA-SpeechToSpeech-Str     USW2-ja-JP-SpeechToSpeech-Str     
APN1-en-AU-TextToText-Req         APN1-es-419-TextToText-Req        APN1-fr-CA-TextToText-Req         APN1-ja-JP-TextToText-Req         APS1-en-GB-TextToText-Req         APS1-es-ES-TextToText-Req         APS1-fr-FR-TextToText-Req         APS2-de-DE-TextToText-Req         APS2-en-US-TextToText-Req         APS2-es-US-TextToText-Req         APS2-it-IT-TextToText-Req         EU-en-AU-TextToText-Req           EU-es-419-TextToText-Req          EU-fr-CA-TextToText-Req           EU-ja-JP-TextToText-Req           EUC1-en-GB-TextToText-Req         EUC1-es-ES-TextToText-Req         EUC1-fr-FR-TextToText-Req         EUW2-de-DE-TextToText-Req         EUW2-en-US-TextToText-Req         EUW2-es-US-TextToText-Req         EUW2-it-IT-TextToText-Req         UGW1-es-419-TextToSpeech-Req      USE1-de-DE-SpeechToText-Req       USE1-en-US-SpeechToText-Req       USE1-es-US-SpeechToText-Req       USE1-it-IT-SpeechToText-Req       USW2-en-AU-SpeechToText-Req       USW2-es-419-SpeechToText-Req      USW2-fr-CA-SpeechToText-Req       USW2-ja-JP-SpeechToText-Req       
APN1-en-AU-TextToText-Str         APN1-es-419-TextToText-Str        APN1-fr-CA-TextToText-Str         APN1-ja-JP-TextToText-Str         APS1-en-GB-TextToText-Str         APS1-es-ES-TextToText-Str         APS1-fr-FR-TextToText-Str         APS2-de-DE-TextToText-Str         APS2-en-US-TextToText-Str         APS2-es-US-TextToText-Str         APS2-it-IT-TextToText-Str         EU-en-AU-TextToText-Str           EU-es-419-TextToText-Str          EU-fr-CA-TextToText-Str           EU-ja-JP-TextToText-Str           EUC1-en-GB-TextToText-Str         EUC1-es-ES-TextToText-Str         EUC1-fr-FR-TextToText-Str         EUW2-de-DE-TextToText-Str         EUW2-en-US-TextToText-Str         EUW2-es-US-TextToText-Str         EUW2-it-IT-TextToText-Str         UGW1-es-419-TextToText-Req        USE1-de-DE-SpeechToText-Str       USE1-en-US-SpeechToText-Str       USE1-es-US-SpeechToText-Str       USE1-it-IT-SpeechToText-Str       USW2-en-AU-SpeechToText-Str       USW2-es-419-SpeechToText-Str      USW2-fr-CA-SpeechToText-Str       USW2-ja-JP-SpeechToText-Str       
APN1-en-GB-DTMFToSpeech-Str       APN1-es-ES-DTMFToSpeech-Str       APN1-fr-FR-DTMFToSpeech-Str       APS1-de-DE-DTMFToSpeech-Str       APS1-en-US-DTMFToSpeech-Str       APS1-es-US-DTMFToSpeech-Str       APS1-it-IT-DTMFToSpeech-Str       APS2-en-AU-DTMFToSpeech-Str       APS2-es-419-DTMFToSpeech-Str      APS2-fr-CA-DTMFToSpeech-Str       APS2-ja-JP-DTMFToSpeech-Str       EU-en-GB-DTMFToSpeech-Str         EU-es-ES-DTMFToSpeech-Str         EU-fr-FR-DTMFToSpeech-Str         EUC1-de-DE-DTMFToSpeech-Str       EUC1-en-US-DTMFToSpeech-Str       EUC1-es-US-DTMFToSpeech-Str       EUC1-it-IT-DTMFToSpeech-Str       EUW2-en-AU-DTMFToSpeech-Str       EUW2-es-419-DTMFToSpeech-Str      EUW2-fr-CA-DTMFToSpeech-Str       EUW2-ja-JP-DTMFToSpeech-Str       UGW1-es-ES-SpeechToSpeech-Req     USE1-de-DE-TextToSpeech-Req       USE1-en-US-TextToSpeech-Req       USE1-es-US-TextToSpeech-Req       USE1-it-IT-TextToSpeech-Req       USW2-en-AU-TextToSpeech-Req       USW2-es-419-TextToSpeech-Req      USW2-fr-CA-TextToSpeech-Req       USW2-ja-JP-TextToSpeech-Req       
APN1-en-GB-DTMFToText-Str         APN1-es-ES-DTMFToText-Str         APN1-fr-FR-DTMFToText-Str         APS1-de-DE-DTMFToText-Str         APS1-en-US-DTMFToText-Str         APS1-es-US-DTMFToText-Str         APS1-it-IT-DTMFToText-Str         APS2-en-AU-DTMFToText-Str         APS2-es-419-DTMFToText-Str        APS2-fr-CA-DTMFToText-Str         APS2-ja-JP-DTMFToText-Str         EU-en-GB-DTMFToText-Str           EU-es-ES-DTMFToText-Str           EU-fr-FR-DTMFToText-Str           EUC1-de-DE-DTMFToText-Str         EUC1-en-US-DTMFToText-Str         EUC1-es-US-DTMFToText-Str         EUC1-it-IT-DTMFToText-Str         EUW2-en-AU-DTMFToText-Str         EUW2-es-419-DTMFToText-Str        EUW2-fr-CA-DTMFToText-Str         EUW2-ja-JP-DTMFToText-Str         UGW1-es-ES-SpeechToText-Req       USE1-de-DE-TextToSpeech-Str       USE1-en-US-TextToSpeech-Str       USE1-es-US-TextToSpeech-Str       USE1-it-IT-TextToSpeech-Str       USW2-en-AU-TextToSpeech-Str       USW2-es-419-TextToSpeech-Str      USW2-fr-CA-TextToSpeech-Str       USW2-ja-JP-TextToSpeech-Str       
APN1-en-GB-SpeechToSpeech-Req     APN1-es-ES-SpeechToSpeech-Req     APN1-fr-FR-SpeechToSpeech-Req     APS1-de-DE-SpeechToSpeech-Req     APS1-en-US-SpeechToSpeech-Req     APS1-es-US-SpeechToSpeech-Req     APS1-it-IT-SpeechToSpeech-Req     APS2-en-AU-SpeechToSpeech-Req     APS2-es-419-SpeechToSpeech-Req    APS2-fr-CA-SpeechToSpeech-Req     APS2-ja-JP-SpeechToSpeech-Req     EU-en-GB-SpeechToSpeech-Req       EU-es-ES-SpeechToSpeech-Req       EU-fr-FR-SpeechToSpeech-Req       EUC1-de-DE-SpeechToSpeech-Req     EUC1-en-US-SpeechToSpeech-Req     EUC1-es-US-SpeechToSpeech-Req     EUC1-it-IT-SpeechToSpeech-Req     EUW2-en-AU-SpeechToSpeech-Req     EUW2-es-419-SpeechToSpeech-Req    EUW2-fr-CA-SpeechToSpeech-Req     EUW2-ja-JP-SpeechToSpeech-Req     UGW1-es-ES-TextToSpeech-Req       USE1-de-DE-TextToText-Req         USE1-en-US-TextToText-Req         USE1-es-US-TextToText-Req         USE1-it-IT-TextToText-Req         USW2-en-AU-TextToText-Req         USW2-es-419-TextToText-Req        USW2-fr-CA-TextToText-Req         USW2-ja-JP-TextToText-Req         
APN1-en-GB-SpeechToSpeech-Str     APN1-es-ES-SpeechToSpeech-Str     APN1-fr-FR-SpeechToSpeech-Str     APS1-de-DE-SpeechToSpeech-Str     APS1-en-US-SpeechToSpeech-Str     APS1-es-US-SpeechToSpeech-Str     APS1-it-IT-SpeechToSpeech-Str     APS2-en-AU-SpeechToSpeech-Str     APS2-es-419-SpeechToSpeech-Str    APS2-fr-CA-SpeechToSpeech-Str     APS2-ja-JP-SpeechToSpeech-Str     EU-en-GB-SpeechToSpeech-Str       EU-es-ES-SpeechToSpeech-Str       EU-fr-FR-SpeechToSpeech-Str       EUC1-de-DE-SpeechToSpeech-Str     EUC1-en-US-SpeechToSpeech-Str     EUC1-es-US-SpeechToSpeech-Str     EUC1-it-IT-SpeechToSpeech-Str     EUW2-en-AU-SpeechToSpeech-Str     EUW2-es-419-SpeechToSpeech-Str    EUW2-fr-CA-SpeechToSpeech-Str     EUW2-ja-JP-SpeechToSpeech-Str     UGW1-es-ES-TextToText-Req         USE1-de-DE-TextToText-Str         USE1-en-US-TextToText-Str         USE1-es-US-TextToText-Str         USE1-it-IT-TextToText-Str         USW2-en-AU-TextToText-Str         USW2-es-419-TextToText-Str        USW2-fr-CA-TextToText-Str         USW2-ja-JP-TextToText-Str         
APN1-en-GB-SpeechToText-Req       APN1-es-ES-SpeechToText-Req       APN1-fr-FR-SpeechToText-Req       APS1-de-DE-SpeechToText-Req       APS1-en-US-SpeechToText-Req       APS1-es-US-SpeechToText-Req       APS1-it-IT-SpeechToText-Req       APS2-en-AU-SpeechToText-Req       APS2-es-419-SpeechToText-Req      APS2-fr-CA-SpeechToText-Req       APS2-ja-JP-SpeechToText-Req       EU-en-GB-SpeechToText-Req         EU-es-ES-SpeechToText-Req         EU-fr-FR-SpeechToText-Req         EUC1-de-DE-SpeechToText-Req       EUC1-en-US-SpeechToText-Req       EUC1-es-US-SpeechToText-Req       EUC1-it-IT-SpeechToText-Req       EUW2-en-AU-SpeechToText-Req       EUW2-es-419-SpeechToText-Req      EUW2-fr-CA-SpeechToText-Req       EUW2-ja-JP-SpeechToText-Req       UGW1-es-US-SpeechToSpeech-Req     USE1-en-AU-DTMFToSpeech-Str       USE1-es-419-DTMFToSpeech-Str      USE1-fr-CA-DTMFToSpeech-Str       USE1-ja-JP-DTMFToSpeech-Str       USW2-en-GB-DTMFToSpeech-Str       USW2-es-ES-DTMFToSpeech-Str       USW2-fr-FR-DTMFToSpeech-Str       
APN1-en-GB-SpeechToText-Str       APN1-es-ES-SpeechToText-Str       APN1-fr-FR-SpeechToText-Str       APS1-de-DE-SpeechToText-Str       APS1-en-US-SpeechToText-Str       APS1-es-US-SpeechToText-Str       APS1-it-IT-SpeechToText-Str       APS2-en-AU-SpeechToText-Str       APS2-es-419-SpeechToText-Str      APS2-fr-CA-SpeechToText-Str       APS2-ja-JP-SpeechToText-Str       EU-en-GB-SpeechToText-Str         EU-es-ES-SpeechToText-Str         EU-fr-FR-SpeechToText-Str         EUC1-de-DE-SpeechToText-Str       EUC1-en-US-SpeechToText-Str       EUC1-es-US-SpeechToText-Str       EUC1-it-IT-SpeechToText-Str       EUW2-en-AU-SpeechToText-Str       EUW2-es-419-SpeechToText-Str      EUW2-fr-CA-SpeechToText-Str       EUW2-ja-JP-SpeechToText-Str       UGW1-es-US-SpeechToText-Req       USE1-en-AU-DTMFToText-Str         USE1-es-419-DTMFToText-Str        USE1-fr-CA-DTMFToText-Str         USE1-ja-JP-DTMFToText-Str         USW2-en-GB-DTMFToText-Str         USW2-es-ES-DTMFToText-Str         USW2-fr-FR-DTMFToText-Str         
APN1-en-GB-TextToSpeech-Req       APN1-es-ES-TextToSpeech-Req       APN1-fr-FR-TextToSpeech-Req       APS1-de-DE-TextToSpeech-Req       APS1-en-US-TextToSpeech-Req       APS1-es-US-TextToSpeech-Req       APS1-it-IT-TextToSpeech-Req       APS2-en-AU-TextToSpeech-Req       APS2-es-419-TextToSpeech-Req      APS2-fr-CA-TextToSpeech-Req       APS2-ja-JP-TextToSpeech-Req       EU-en-GB-TextToSpeech-Req         EU-es-ES-TextToSpeech-Req         EU-fr-FR-TextToSpeech-Req         EUC1-de-DE-TextToSpeech-Req       EUC1-en-US-TextToSpeech-Req       EUC1-es-US-TextToSpeech-Req       EUC1-it-IT-TextToSpeech-Req       EUW2-en-AU-TextToSpeech-Req       EUW2-es-419-TextToSpeech-Req      EUW2-fr-CA-TextToSpeech-Req       EUW2-ja-JP-TextToSpeech-Req       UGW1-es-US-TextToSpeech-Req       USE1-en-AU-SpeechToSpeech-Req     USE1-es-419-SpeechToSpeech-Req    USE1-fr-CA-SpeechToSpeech-Req     USE1-ja-JP-SpeechToSpeech-Req     USW2-en-GB-SpeechToSpeech-Req     USW2-es-ES-SpeechToSpeech-Req     USW2-fr-FR-SpeechToSpeech-Req     
APN1-en-GB-TextToSpeech-Str       APN1-es-ES-TextToSpeech-Str       APN1-fr-FR-TextToSpeech-Str       APS1-de-DE-TextToSpeech-Str       APS1-en-US-TextToSpeech-Str       APS1-es-US-TextToSpeech-Str       APS1-it-IT-TextToSpeech-Str       APS2-en-AU-TextToSpeech-Str       APS2-es-419-TextToSpeech-Str      APS2-fr-CA-TextToSpeech-Str       APS2-ja-JP-TextToSpeech-Str       EU-en-GB-TextToSpeech-Str         EU-es-ES-TextToSpeech-Str         EU-fr-FR-TextToSpeech-Str         EUC1-de-DE-TextToSpeech-Str       EUC1-en-US-TextToSpeech-Str       EUC1-es-US-TextToSpeech-Str       EUC1-it-IT-TextToSpeech-Str       EUW2-en-AU-TextToSpeech-Str       EUW2-es-419-TextToSpeech-Str      EUW2-fr-CA-TextToSpeech-Str       EUW2-ja-JP-TextToSpeech-Str       UGW1-es-US-TextToText-Req         USE1-en-AU-SpeechToSpeech-Str     USE1-es-419-SpeechToSpeech-Str    USE1-fr-CA-SpeechToSpeech-Str     USE1-ja-JP-SpeechToSpeech-Str     USW2-en-GB-SpeechToSpeech-Str     USW2-es-ES-SpeechToSpeech-Str     USW2-fr-FR-SpeechToSpeech-Str     
APN1-en-GB-TextToText-Req         APN1-es-ES-TextToText-Req         APN1-fr-FR-TextToText-Req         APS1-de-DE-TextToText-Req         APS1-en-US-TextToText-Req         APS1-es-US-TextToText-Req         APS1-it-IT-TextToText-Req         APS2-en-AU-TextToText-Req         APS2-es-419-TextToText-Req        APS2-fr-CA-TextToText-Req         APS2-ja-JP-TextToText-Req         EU-en-GB-TextToText-Req           EU-es-ES-TextToText-Req           EU-fr-FR-TextToText-Req           EUC1-de-DE-TextToText-Req         EUC1-en-US-TextToText-Req         EUC1-es-US-TextToText-Req         EUC1-it-IT-TextToText-Req         EUW2-en-AU-TextToText-Req         EUW2-es-419-TextToText-Req        EUW2-fr-CA-TextToText-Req         EUW2-ja-JP-TextToText-Req         UGW1-fr-CA-SpeechToSpeech-Req     USE1-en-AU-SpeechToText-Req       USE1-es-419-SpeechToText-Req      USE1-fr-CA-SpeechToText-Req       USE1-ja-JP-SpeechToText-Req       USW2-en-GB-SpeechToText-Req       USW2-es-ES-SpeechToText-Req       USW2-fr-FR-SpeechToText-Req       
APN1-en-GB-TextToText-Str         APN1-es-ES-TextToText-Str         APN1-fr-FR-TextToText-Str         APS1-de-DE-TextToText-Str         APS1-en-US-TextToText-Str         APS1-es-US-TextToText-Str         APS1-it-IT-TextToText-Str         APS2-en-AU-TextToText-Str         APS2-es-419-TextToText-Str        APS2-fr-CA-TextToText-Str         APS2-ja-JP-TextToText-Str         EU-en-GB-TextToText-Str           EU-es-ES-TextToText-Str           EU-fr-FR-TextToText-Str           EUC1-de-DE-TextToText-Str         EUC1-en-US-TextToText-Str         EUC1-es-US-TextToText-Str         EUC1-it-IT-TextToText-Str         EUW2-en-AU-TextToText-Str         EUW2-es-419-TextToText-Str        EUW2-fr-CA-TextToText-Str         EUW2-ja-JP-TextToText-Str         UGW1-fr-CA-SpeechToText-Req       USE1-en-AU-SpeechToText-Str       USE1-es-419-SpeechToText-Str      USE1-fr-CA-SpeechToText-Str       USE1-ja-JP-SpeechToText-Str       USW2-en-GB-SpeechToText-Str       USW2-es-ES-SpeechToText-Str       USW2-fr-FR-SpeechToText-Str       

We hope the above list of attribute names and values helps when using the AWS Price List API for Amazon Lex.

If the list is outdated, let us know in the comments below. We’ll update it as soon as we can.


Leave a Reply

Your email address will not be published. Required fields are marked *