{ "version":"2.0", "metadata":{ "apiVersion":"2016-11-28", "endpointPrefix":"runtime.lex", "jsonVersion":"1.1", "protocol":"rest-json", "serviceFullName":"Amazon Lex Runtime Service", "signatureVersion":"v4", "signingName":"lex", "uid":"runtime.lex-2016-11-28" }, "operations":{ "PostContent":{ "name":"PostContent", "http":{ "method":"POST", "requestUri":"/bot/{botName}/alias/{botAlias}/user/{userId}/content" }, "input":{"shape":"PostContentRequest"}, "output":{"shape":"PostContentResponse"}, "errors":[ {"shape":"NotFoundException"}, {"shape":"BadRequestException"}, {"shape":"LimitExceededException"}, {"shape":"InternalFailureException"}, {"shape":"ConflictException"}, {"shape":"UnsupportedMediaTypeException"}, {"shape":"NotAcceptableException"}, {"shape":"RequestTimeoutException"}, {"shape":"DependencyFailedException"}, {"shape":"BadGatewayException"}, {"shape":"LoopDetectedException"} ], "documentation":"

Sends user input (text or speech) to Amazon Lex. Clients use this API to send requests to Amazon Lex at runtime. Amazon Lex interprets the user input using the machine learning model that it built for the bot.

In response, Amazon Lex returns the next message to convey to the user. Consider the following example messages:

Not all Amazon Lex messages require a response from the user. For example, conclusion statements do not require a response. Some messages require only a yes or no response. In addition to the message, Amazon Lex provides additional context about the message in the response that you can use to enhance client behavior, such as displaying the appropriate client user interface. Consider the following examples:

In addition, Amazon Lex also returns your application-specific sessionAttributes. For more information, see Managing Conversation Context.

", "authtype":"v4-unsigned-body" }, "PostText":{ "name":"PostText", "http":{ "method":"POST", "requestUri":"/bot/{botName}/alias/{botAlias}/user/{userId}/text" }, "input":{"shape":"PostTextRequest"}, "output":{"shape":"PostTextResponse"}, "errors":[ {"shape":"NotFoundException"}, {"shape":"BadRequestException"}, {"shape":"LimitExceededException"}, {"shape":"InternalFailureException"}, {"shape":"ConflictException"}, {"shape":"DependencyFailedException"}, {"shape":"BadGatewayException"}, {"shape":"LoopDetectedException"} ], "documentation":"

Sends user input (text-only) to Amazon Lex. Client applications can use this API to send requests to Amazon Lex at runtime. Amazon Lex then interprets the user input using the machine learning model it built for the bot.

In response, Amazon Lex returns the next message to convey to the user an optional responseCard to display. Consider the following example messages:

Not all Amazon Lex messages require a user response. For example, a conclusion statement does not require a response. Some messages require only a \"yes\" or \"no\" user response. In addition to the message, Amazon Lex provides additional context about the message in the response that you might use to enhance client behavior, for example, to display the appropriate client user interface. These are the slotToElicit, dialogState, intentName, and slots fields in the response. Consider the following examples:

In addition, Amazon Lex also returns your application-specific sessionAttributes. For more information, see Managing Conversation Context.

" } }, "shapes":{ "Accept":{"type":"string"}, "BadGatewayException":{ "type":"structure", "members":{ "Message":{"shape":"ErrorMessage"} }, "documentation":"

Either the Amazon Lex bot is still building, or one of the dependent services (Amazon Polly, AWS Lambda) failed with an internal service error.

", "error":{"httpStatusCode":502}, "exception":true }, "BadRequestException":{ "type":"structure", "members":{ "message":{"shape":"String"} }, "documentation":"

Request validation failed, there is no usable message in the context, or the bot build failed.

", "error":{"httpStatusCode":400}, "exception":true }, "BlobStream":{ "type":"blob", "streaming":true }, "BotAlias":{"type":"string"}, "BotName":{"type":"string"}, "Button":{ "type":"structure", "required":[ "text", "value" ], "members":{ "text":{ "shape":"ButtonTextStringWithLength", "documentation":"

Text that is visible to the user on the button.

" }, "value":{ "shape":"ButtonValueStringWithLength", "documentation":"

The value sent to Amazon Lex when a user chooses the button. For example, consider button text \"NYC.\" When the user chooses the button, the value sent can be \"New York City.\"

" } }, "documentation":"

Represents an option to be shown on the client platform (Facebook, Slack, etc.)

" }, "ButtonTextStringWithLength":{ "type":"string", "max":15, "min":1 }, "ButtonValueStringWithLength":{ "type":"string", "max":1000, "min":1 }, "ConflictException":{ "type":"structure", "members":{ "message":{"shape":"String"} }, "documentation":"

Two clients are using the same AWS account, Amazon Lex bot, and user ID.

", "error":{"httpStatusCode":409}, "exception":true }, "ContentType":{ "type":"string", "enum":["application/vnd.amazonaws.card.generic"] }, "DependencyFailedException":{ "type":"structure", "members":{ "Message":{"shape":"ErrorMessage"} }, "documentation":"

One of the downstream dependencies, such as AWS Lambda or Amazon Polly, threw an exception. For example, if Amazon Lex does not have sufficient permissions to call a Lambda function, it results in Lambda throwing an exception.

", "error":{"httpStatusCode":424}, "exception":true }, "DialogState":{ "type":"string", "enum":[ "ElicitIntent", "ConfirmIntent", "ElicitSlot", "Fulfilled", "ReadyForFulfillment", "Failed" ] }, "ErrorMessage":{"type":"string"}, "GenericAttachment":{ "type":"structure", "members":{ "title":{ "shape":"StringWithLength", "documentation":"

The title of the option.

" }, "subTitle":{ "shape":"StringWithLength", "documentation":"

The subtitle shown below the title.

" }, "attachmentLinkUrl":{ "shape":"StringUrlWithLength", "documentation":"

The URL of an attachment to the response card.

" }, "imageUrl":{ "shape":"StringUrlWithLength", "documentation":"

The URL of an image that is displayed to the user.

" }, "buttons":{ "shape":"listOfButtons", "documentation":"

The list of options to show to the user.

" } }, "documentation":"

Represents an option rendered to the user when a prompt is shown. It could be an image, a button, a link, or text.

" }, "HttpContentType":{"type":"string"}, "IntentName":{"type":"string"}, "InternalFailureException":{ "type":"structure", "members":{ "message":{"shape":"String"} }, "documentation":"

Internal service error. Retry the call.

", "error":{"httpStatusCode":500}, "exception":true, "fault":true }, "LimitExceededException":{ "type":"structure", "members":{ "retryAfterSeconds":{ "shape":"String", "location":"header", "locationName":"Retry-After" }, "message":{"shape":"String"} }, "documentation":"

Exceeded a limit.

", "error":{"httpStatusCode":429}, "exception":true }, "LoopDetectedException":{ "type":"structure", "members":{ "Message":{"shape":"ErrorMessage"} }, "documentation":"

Lambda fulfilment function returned DelegateDialogAction to Amazon Lex without changing any slot values.

", "error":{"httpStatusCode":508}, "exception":true }, "NotAcceptableException":{ "type":"structure", "members":{ "message":{"shape":"String"} }, "documentation":"

The accept header in the request does not have a valid value.

", "error":{"httpStatusCode":406}, "exception":true }, "NotFoundException":{ "type":"structure", "members":{ "message":{"shape":"String"} }, "documentation":"

The resource (such as the Amazon Lex bot or an alias) that is referred to is not found.

", "error":{"httpStatusCode":404}, "exception":true }, "PostContentRequest":{ "type":"structure", "required":[ "botName", "botAlias", "userId", "contentType", "inputStream" ], "members":{ "botName":{ "shape":"BotName", "documentation":"

Name of the Amazon Lex bot.

", "location":"uri", "locationName":"botName" }, "botAlias":{ "shape":"BotAlias", "documentation":"

Alias of the Amazon Lex bot.

", "location":"uri", "locationName":"botAlias" }, "userId":{ "shape":"UserId", "documentation":"

ID of the client application user. Typically, each of your application users should have a unique ID. The application developer decides the user IDs. At runtime, each request must include the user ID. Note the following considerations:

", "location":"uri", "locationName":"userId" }, "sessionAttributes":{ "shape":"String", "documentation":"

You pass this value in the x-amz-lex-session-attributes HTTP header. The value must be map (keys and values must be strings) that is JSON serialized and then base64 encoded.

A session represents dialog between a user and Amazon Lex. At runtime, a client application can pass contextual information, in the request to Amazon Lex. For example,

Amazon Lex passes these session attributes to the Lambda functions configured for the intent In the your Lambda function, you can use the session attributes for initialization and customization (prompts). Some examples are:

Amazon Lex does not persist session attributes.

If you configured a code hook for the intent, Amazon Lex passes the incoming session attributes to the Lambda function. The Lambda function must return these session attributes if you want Amazon Lex to return them to the client.

If there is no code hook configured for the intent Amazon Lex simply returns the session attributes to the client application.

", "jsonvalue":true, "location":"header", "locationName":"x-amz-lex-session-attributes" }, "contentType":{ "shape":"HttpContentType", "documentation":"

You pass this values as the Content-Type HTTP header.

Indicates the audio format or text. The header value must start with one of the following prefixes:

", "location":"header", "locationName":"Content-Type" }, "accept":{ "shape":"Accept", "documentation":"

You pass this value as the Accept HTTP header.

The message Amazon Lex returns in the response can be either text or speech based on the Accept HTTP header value in the request.

", "location":"header", "locationName":"Accept" }, "inputStream":{ "shape":"BlobStream", "documentation":"

User input in PCM or Opus audio format or text format as described in the Content-Type HTTP header.

" } }, "payload":"inputStream" }, "PostContentResponse":{ "type":"structure", "members":{ "contentType":{ "shape":"HttpContentType", "documentation":"

Content type as specified in the Accept HTTP header in the request.

", "location":"header", "locationName":"Content-Type" }, "intentName":{ "shape":"IntentName", "documentation":"

Current user intent that Amazon Lex is aware of.

", "location":"header", "locationName":"x-amz-lex-intent-name" }, "slots":{ "shape":"String", "documentation":"

Map of zero or more intent slots (name/value pairs) Amazon Lex detected from the user input during the conversation.

", "jsonvalue":true, "location":"header", "locationName":"x-amz-lex-slots" }, "sessionAttributes":{ "shape":"String", "documentation":"

Map of key/value pairs representing the session-specific context information.

", "jsonvalue":true, "location":"header", "locationName":"x-amz-lex-session-attributes" }, "message":{ "shape":"Text", "documentation":"

Message to convey to the user. It can come from the bot's configuration or a code hook (Lambda function). If the current intent is not configured with a code hook or if the code hook returned Delegate as the dialogAction.type in its response, then Amazon Lex decides the next course of action and selects an appropriate message from the bot configuration based on the current user interaction context. For example, if Amazon Lex is not able to understand the user input, it uses a clarification prompt message (For more information, see the Error Handling section in the Amazon Lex console). Another example: if the intent requires confirmation before fulfillment, then Amazon Lex uses the confirmation prompt message in the intent configuration. If the code hook returns a message, Amazon Lex passes it as-is in its response to the client.

", "location":"header", "locationName":"x-amz-lex-message" }, "dialogState":{ "shape":"DialogState", "documentation":"

Identifies the current state of the user interaction. Amazon Lex returns one of the following values as dialogState. The client can optionally use this information to customize the user interface.

", "location":"header", "locationName":"x-amz-lex-dialog-state" }, "slotToElicit":{ "shape":"String", "documentation":"

If the dialogState value is ElicitSlot, returns the name of the slot for which Amazon Lex is eliciting a value.

", "location":"header", "locationName":"x-amz-lex-slot-to-elicit" }, "inputTranscript":{ "shape":"String", "documentation":"

Transcript of the voice input to the operation.

", "location":"header", "locationName":"x-amz-lex-input-transcript" }, "audioStream":{ "shape":"BlobStream", "documentation":"

The prompt (or statement) to convey to the user. This is based on the bot configuration and context. For example, if Amazon Lex did not understand the user intent, it sends the clarificationPrompt configured for the bot. If the intent requires confirmation before taking the fulfillment action, it sends the confirmationPrompt. Another example: Suppose that the Lambda function successfully fulfilled the intent, and sent a message to convey to the user. Then Amazon Lex sends that message in the response.

" } }, "payload":"audioStream" }, "PostTextRequest":{ "type":"structure", "required":[ "botName", "botAlias", "userId", "inputText" ], "members":{ "botName":{ "shape":"BotName", "documentation":"

The name of the Amazon Lex bot.

", "location":"uri", "locationName":"botName" }, "botAlias":{ "shape":"BotAlias", "documentation":"

The alias of the Amazon Lex bot.

", "location":"uri", "locationName":"botAlias" }, "userId":{ "shape":"UserId", "documentation":"

The ID of the client application user. The application developer decides the user IDs. At runtime, each request must include the user ID. Typically, each of your application users should have a unique ID. Note the following considerations:

", "location":"uri", "locationName":"userId" }, "sessionAttributes":{ "shape":"StringMap", "documentation":"

By using session attributes, a client application can pass contextual information in the request to Amazon Lex For example,

Amazon Lex simply passes these session attributes to the Lambda functions configured for the intent.

In your Lambda function, you can also use the session attributes for initialization and customization (prompts and response cards). Some examples are:

Amazon Lex does not persist session attributes.

If you configure a code hook for the intent, Amazon Lex passes the incoming session attributes to the Lambda function. If you want Amazon Lex to return these session attributes back to the client, the Lambda function must return them.

If there is no code hook configured for the intent, Amazon Lex simply returns the session attributes back to the client application.

" }, "inputText":{ "shape":"Text", "documentation":"

The text that the user entered (Amazon Lex interprets this text).

" } } }, "PostTextResponse":{ "type":"structure", "members":{ "intentName":{ "shape":"IntentName", "documentation":"

The current user intent that Amazon Lex is aware of.

" }, "slots":{ "shape":"StringMap", "documentation":"

The intent slots (name/value pairs) that Amazon Lex detected so far from the user input in the conversation.

" }, "sessionAttributes":{ "shape":"StringMap", "documentation":"

A map of key-value pairs representing the session-specific context information.

" }, "message":{ "shape":"Text", "documentation":"

A message to convey to the user. It can come from the bot's configuration or a code hook (Lambda function). If the current intent is not configured with a code hook or the code hook returned Delegate as the dialogAction.type in its response, then Amazon Lex decides the next course of action and selects an appropriate message from the bot configuration based on the current user interaction context. For example, if Amazon Lex is not able to understand the user input, it uses a clarification prompt message (for more information, see the Error Handling section in the Amazon Lex console). Another example: if the intent requires confirmation before fulfillment, then Amazon Lex uses the confirmation prompt message in the intent configuration. If the code hook returns a message, Amazon Lex passes it as-is in its response to the client.

" }, "dialogState":{ "shape":"DialogState", "documentation":"

Identifies the current state of the user interaction. Amazon Lex returns one of the following values as dialogState. The client can optionally use this information to customize the user interface.

" }, "slotToElicit":{ "shape":"String", "documentation":"

If the dialogState value is ElicitSlot, returns the name of the slot for which Amazon Lex is eliciting a value.

" }, "responseCard":{ "shape":"ResponseCard", "documentation":"

Represents the options that the user has to respond to the current prompt. Response Card can come from the bot configuration (in the Amazon Lex console, choose the settings button next to a slot) or from a code hook (Lambda function).

" } } }, "RequestTimeoutException":{ "type":"structure", "members":{ "message":{"shape":"String"} }, "documentation":"

The input speech is too long.

", "error":{"httpStatusCode":408}, "exception":true }, "ResponseCard":{ "type":"structure", "members":{ "version":{ "shape":"String", "documentation":"

The version of the response card format.

" }, "contentType":{ "shape":"ContentType", "documentation":"

The content type of the response.

" }, "genericAttachments":{ "shape":"genericAttachmentList", "documentation":"

An array of attachment objects representing options.

" } }, "documentation":"

If you configure a response card when creating your bots, Amazon Lex substitutes the session attributes and slot values that are available, and then returns it. The response card can also come from a Lambda function ( dialogCodeHook and fulfillmentActivity on an intent).

" }, "String":{"type":"string"}, "StringMap":{ "type":"map", "key":{"shape":"String"}, "value":{"shape":"String"} }, "StringUrlWithLength":{ "type":"string", "max":2048, "min":1 }, "StringWithLength":{ "type":"string", "max":80, "min":1 }, "Text":{ "type":"string", "max":1024, "min":1 }, "UnsupportedMediaTypeException":{ "type":"structure", "members":{ "message":{"shape":"String"} }, "documentation":"

The Content-Type header (PostContent API) has an invalid value.

", "error":{"httpStatusCode":415}, "exception":true }, "UserId":{ "type":"string", "max":100, "min":2, "pattern":"[0-9a-zA-Z._:-]+" }, "genericAttachmentList":{ "type":"list", "member":{"shape":"GenericAttachment"}, "max":10, "min":0 }, "listOfButtons":{ "type":"list", "member":{"shape":"Button"}, "max":5, "min":0 } }, "documentation":"

Amazon Lex provides both build and runtime endpoints. Each endpoint provides a set of operations (API). Your conversational bot uses the runtime API to understand user utterances (user input text or voice). For example, suppose a user says \"I want pizza\", your bot sends this input to Amazon Lex using the runtime API. Amazon Lex recognizes that the user request is for the OrderPizza intent (one of the intents defined in the bot). Then Amazon Lex engages in user conversation on behalf of the bot to elicit required information (slot values, such as pizza size and crust type), and then performs fulfillment activity (that you configured when you created the bot). You use the build-time API to create and manage your Amazon Lex bot. For a list of build-time operations, see the build-time API, .

" }