mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-08 22:30:41 +00:00
Update vendored deps, including AWS SDK, openpgp, ftp, ...
This commit is contained in:
+16
@@ -6,6 +6,7 @@
|
||||
"jsonVersion":"1.1",
|
||||
"protocol":"rest-json",
|
||||
"serviceFullName":"Amazon Lex Runtime Service",
|
||||
"serviceId":"Lex Runtime Service",
|
||||
"signatureVersion":"v4",
|
||||
"signingName":"lex",
|
||||
"uid":"runtime.lex-2016-11-28"
|
||||
@@ -177,6 +178,15 @@
|
||||
"error":{"httpStatusCode":508},
|
||||
"exception":true
|
||||
},
|
||||
"MessageFormatType":{
|
||||
"type":"string",
|
||||
"enum":[
|
||||
"PlainText",
|
||||
"CustomPayload",
|
||||
"SSML",
|
||||
"Composite"
|
||||
]
|
||||
},
|
||||
"NotAcceptableException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
@@ -274,6 +284,11 @@
|
||||
"location":"header",
|
||||
"locationName":"x-amz-lex-message"
|
||||
},
|
||||
"messageFormat":{
|
||||
"shape":"MessageFormatType",
|
||||
"location":"header",
|
||||
"locationName":"x-amz-lex-message-format"
|
||||
},
|
||||
"dialogState":{
|
||||
"shape":"DialogState",
|
||||
"location":"header",
|
||||
@@ -329,6 +344,7 @@
|
||||
"slots":{"shape":"StringMap"},
|
||||
"sessionAttributes":{"shape":"StringMap"},
|
||||
"message":{"shape":"Text"},
|
||||
"messageFormat":{"shape":"MessageFormatType"},
|
||||
"dialogState":{"shape":"DialogState"},
|
||||
"slotToElicit":{"shape":"String"},
|
||||
"responseCard":{"shape":"ResponseCard"}
|
||||
|
||||
+9
-2
@@ -134,6 +134,13 @@
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"MessageFormatType": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"PostContentResponse$messageFormat": "<p>The format of the response message. One of the following values:</p> <ul> <li> <p> <code>PlainText</code> - The message contains plain UTF-8 text.</p> </li> <li> <p> <code>CustomPayload</code> - The message is a custom format for the client.</p> </li> <li> <p> <code>SSML</code> - The message contains text formatted for voice output.</p> </li> <li> <p> <code>Composite</code> - The message contains an escaped JSON object containing one or more messages from the groups that messages were assigned to when the intent was created.</p> </li> </ul>",
|
||||
"PostTextResponse$messageFormat": "<p>The format of the response message. One of the following values:</p> <ul> <li> <p> <code>PlainText</code> - The message contains plain UTF-8 text.</p> </li> <li> <p> <code>CustomPayload</code> - The message is a custom format defined by the Lambda function.</p> </li> <li> <p> <code>SSML</code> - The message contains text formatted for voice output.</p> </li> <li> <p> <code>Composite</code> - The message contains an escaped JSON object containing one or more messages from the groups that messages were assigned to when the intent was created.</p> </li> </ul>"
|
||||
}
|
||||
},
|
||||
"NotAcceptableException": {
|
||||
"base": "<p>The accept header in the request does not have a valid value.</p>",
|
||||
"refs": {
|
||||
@@ -223,9 +230,9 @@
|
||||
"Text": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"PostContentResponse$message": "<p> 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 <code>Delegate</code> as the <code>dialogAction.type</code> 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. </p>",
|
||||
"PostContentResponse$message": "<p>The message to convey to the user. The message can come from the bot's configuration or from a Lambda function.</p> <p>If the intent is not configured with a Lambda function, or if the Lambda function returned <code>Delegate</code> as the <code>dialogAction.type</code> its response, Amazon Lex decides on the next course of action and selects an appropriate message from the bot's configuration based on the current interaction context. For example, if Amazon Lex isn't able to understand user input, it uses a clarification prompt message.</p> <p>When you create an intent you can assign messages to groups. When messages are assigned to groups Amazon Lex returns one message from each group in the response. The message field is an escaped JSON string containing the messages. For more information about the structure of the JSON string returned, see <a>msg-prompts-formats</a>.</p> <p>If the Lambda function returns a message, Amazon Lex passes it to the client in its response.</p>",
|
||||
"PostTextRequest$inputText": "<p>The text that the user entered (Amazon Lex interprets this text).</p>",
|
||||
"PostTextResponse$message": "<p> 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 <code>Delegate</code> as the <code>dialogAction.type</code> 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. </p>"
|
||||
"PostTextResponse$message": "<p>The message to convey to the user. The message can come from the bot's configuration or from a Lambda function.</p> <p>If the intent is not configured with a Lambda function, or if the Lambda function returned <code>Delegate</code> as the <code>dialogAction.type</code> its response, Amazon Lex decides on the next course of action and selects an appropriate message from the bot's configuration based on the current interaction context. For example, if Amazon Lex isn't able to understand user input, it uses a clarification prompt message.</p> <p>When you create an intent you can assign messages to groups. When messages are assigned to groups Amazon Lex returns one message from each group in the response. The message field is an escaped JSON string containing the messages. For more information about the structure of the JSON string returned, see <a>msg-prompts-formats</a>.</p> <p>If the Lambda function returns a message, Amazon Lex passes it to the client in its response.</p>"
|
||||
}
|
||||
},
|
||||
"UnsupportedMediaTypeException": {
|
||||
|
||||
Reference in New Issue
Block a user