vendor: update all dependencies to latest versions
This commit is contained in:
parent
8e83fb6fb9
commit
7d3a17725d
4878 changed files with 1974229 additions and 201215 deletions
32
vendor/github.com/aws/aws-sdk-go/models/apis/lex-models/2017-04-19/api-2.json
generated
vendored
32
vendor/github.com/aws/aws-sdk-go/models/apis/lex-models/2017-04-19/api-2.json
generated
vendored
|
@ -572,13 +572,13 @@
|
|||
"type":"string",
|
||||
"max":100,
|
||||
"min":1,
|
||||
"pattern":"^[a-zA-Z]+((_[a-zA-Z]+)*|([a-zA-Z]+_)*|_)"
|
||||
"pattern":"^([A-Za-z]_?)+$"
|
||||
},
|
||||
"AliasNameOrListAll":{
|
||||
"type":"string",
|
||||
"max":100,
|
||||
"min":1,
|
||||
"pattern":"^(-|^[a-zA-Z]+((_[a-zA-Z]+)*|([a-zA-Z]+_)*))$"
|
||||
"pattern":"^(-|^([A-Za-z]_?)+$)$"
|
||||
},
|
||||
"BadRequestException":{
|
||||
"type":"structure",
|
||||
|
@ -614,7 +614,9 @@
|
|||
"botName":{"shape":"BotName"},
|
||||
"createdDate":{"shape":"Timestamp"},
|
||||
"type":{"shape":"ChannelType"},
|
||||
"botConfiguration":{"shape":"ChannelConfigurationMap"}
|
||||
"botConfiguration":{"shape":"ChannelConfigurationMap"},
|
||||
"status":{"shape":"ChannelStatus"},
|
||||
"failureReason":{"shape":"String"}
|
||||
}
|
||||
},
|
||||
"BotChannelAssociationList":{
|
||||
|
@ -625,7 +627,7 @@
|
|||
"type":"string",
|
||||
"max":100,
|
||||
"min":1,
|
||||
"pattern":"^[a-zA-Z]+((_[a-zA-Z]+)*|([a-zA-Z]+_)*|_)"
|
||||
"pattern":"^([A-Za-z]_?)+$"
|
||||
},
|
||||
"BotMetadata":{
|
||||
"type":"structure",
|
||||
|
@ -646,7 +648,7 @@
|
|||
"type":"string",
|
||||
"max":50,
|
||||
"min":2,
|
||||
"pattern":"^[a-zA-Z]+((_[a-zA-Z]+)*|([a-zA-Z]+_)*|_)"
|
||||
"pattern":"^([A-Za-z]_?)+$"
|
||||
},
|
||||
"BotVersions":{
|
||||
"type":"list",
|
||||
|
@ -696,6 +698,14 @@
|
|||
"min":1,
|
||||
"sensitive":true
|
||||
},
|
||||
"ChannelStatus":{
|
||||
"type":"string",
|
||||
"enum":[
|
||||
"IN_PROGRESS",
|
||||
"CREATED",
|
||||
"FAILED"
|
||||
]
|
||||
},
|
||||
"ChannelType":{
|
||||
"type":"string",
|
||||
"enum":[
|
||||
|
@ -829,7 +839,7 @@
|
|||
"type":"string",
|
||||
"max":100,
|
||||
"min":1,
|
||||
"pattern":"^([a-zA-Z]|AMAZON.)+((_[a-zA-Z]+)*|([a-zA-Z]+_)*|_)"
|
||||
"pattern":"^((AMAZON\\.)_?|[A-Za-z]_?)+"
|
||||
},
|
||||
"DeleteBotAliasRequest":{
|
||||
"type":"structure",
|
||||
|
@ -1139,7 +1149,9 @@
|
|||
"botName":{"shape":"BotName"},
|
||||
"createdDate":{"shape":"Timestamp"},
|
||||
"type":{"shape":"ChannelType"},
|
||||
"botConfiguration":{"shape":"ChannelConfigurationMap"}
|
||||
"botConfiguration":{"shape":"ChannelConfigurationMap"},
|
||||
"status":{"shape":"ChannelStatus"},
|
||||
"failureReason":{"shape":"String"}
|
||||
}
|
||||
},
|
||||
"GetBotChannelAssociationsRequest":{
|
||||
|
@ -1649,7 +1661,7 @@
|
|||
"type":"string",
|
||||
"max":100,
|
||||
"min":1,
|
||||
"pattern":"^[a-zA-Z]+((_[a-zA-Z]+)*|([a-zA-Z]+_)*|_)"
|
||||
"pattern":"^([A-Za-z]_?)+$"
|
||||
},
|
||||
"IntentUtteranceList":{
|
||||
"type":"list",
|
||||
|
@ -2011,7 +2023,7 @@
|
|||
"type":"string",
|
||||
"max":100,
|
||||
"min":1,
|
||||
"pattern":"^[a-zA-Z]+(((_|.)[a-zA-Z]+)*|([a-zA-Z]+(_|.))*|(_|.))"
|
||||
"pattern":"^([A-Za-z](-|_|.)?)+$"
|
||||
},
|
||||
"SlotTypeMetadata":{
|
||||
"type":"structure",
|
||||
|
@ -2031,7 +2043,7 @@
|
|||
"type":"string",
|
||||
"max":100,
|
||||
"min":1,
|
||||
"pattern":"^[a-zA-Z]+((_[a-zA-Z]+)*|([a-zA-Z]+_)*|_)"
|
||||
"pattern":"^([A-Za-z]_?)+$"
|
||||
},
|
||||
"SlotUtteranceList":{
|
||||
"type":"list",
|
||||
|
|
15
vendor/github.com/aws/aws-sdk-go/models/apis/lex-models/2017-04-19/docs-2.json
generated
vendored
15
vendor/github.com/aws/aws-sdk-go/models/apis/lex-models/2017-04-19/docs-2.json
generated
vendored
|
@ -13,7 +13,7 @@
|
|||
"DeleteIntentVersion": "<p>Deletes a specific version of an intent. To delete all versions of a intent, use the <a>DeleteIntent</a> operation. </p> <p>This operation requires permissions for the <code>lex:DeleteIntentVersion</code> action.</p>",
|
||||
"DeleteSlotType": "<p>Deletes all versions of the slot type, including the <code>$LATEST</code> version. To delete a specific version of the slot type, use the <a>DeleteSlotTypeVersion</a> operation.</p> <p> You can delete a version of a slot type only if it is not referenced. To delete a slot type that is referred to in one or more intents, you must remove those references first. </p> <note> <p> If you get the <code>ResourceInUseException</code> exception, the exception provides an example reference that shows the intent where the slot type is referenced. To remove the reference to the slot type, either update the intent or delete it. If you get the same exception when you attempt to delete the slot type again, repeat until the slot type has no references and the <code>DeleteSlotType</code> call is successful. </p> </note> <p>This operation requires permission for the <code>lex:DeleteSlotType</code> action.</p>",
|
||||
"DeleteSlotTypeVersion": "<p>Deletes a specific version of a slot type. To delete all versions of a slot type, use the <a>DeleteSlotType</a> operation. </p> <p>This operation requires permissions for the <code>lex:DeleteSlotTypeVersion</code> action.</p>",
|
||||
"DeleteUtterances": "<p>Deletes stored utterances.</p> <p>Amazon Lex stores the utterances that users send to your bot unless the <code>childDirected</code> field in the bot is set to <code>true</code>. Utterances are stored for 15 days for use with the <a>GetUtterancesView</a> operation, and then stored indefinately for use in improving the ability of your bot to respond to user input.</p> <p>Use the <code>DeleteStoredUtterances</code> operation to manually delete stored utterances for a specific user.</p> <p>This operation requires permissions for the <code>lex:DeleteUtterances</code> action.</p>",
|
||||
"DeleteUtterances": "<p>Deletes stored utterances.</p> <p>Amazon Lex stores the utterances that users send to your bot unless the <code>childDirected</code> field in the bot is set to <code>true</code>. Utterances are stored for 15 days for use with the <a>GetUtterancesView</a> operation, and then stored indefinitely for use in improving the ability of your bot to respond to user input.</p> <p>Use the <code>DeleteStoredUtterances</code> operation to manually delete stored utterances for a specific user.</p> <p>This operation requires permissions for the <code>lex:DeleteUtterances</code> action.</p>",
|
||||
"GetBot": "<p>Returns metadata information for a specific bot. You must provide the bot name and the bot version or alias. </p> <p> This operation requires permissions for the <code>lex:GetBot</code> action. </p>",
|
||||
"GetBotAlias": "<p>Returns information about an Amazon Lex bot alias. For more information about aliases, see <a>versioning-aliases</a>.</p> <p>This operation requires permissions for the <code>lex:GetBotAlias</code> action.</p>",
|
||||
"GetBotAliases": "<p>Returns a list of aliases for a specified Amazon Lex bot.</p> <p>This operation requires permissions for the <code>lex:GetBotAliases</code> action.</p>",
|
||||
|
@ -34,8 +34,8 @@
|
|||
"GetUtterancesView": "<p>Use the <code>GetUtterancesView</code> operation to get information about the utterances that your users have made to your bot. You can use this list to tune the utterances that your bot responds to.</p> <p>For example, say that you have created a bot to order flowers. After your users have used your bot for a while, use the <code>GetUtterancesView</code> operation to see the requests that they have made and whether they have been successful. You might find that the utterance \"I want flowers\" is not being recognized. You could add this utterance to the <code>OrderFlowers</code> intent so that your bot recognizes that utterance.</p> <p>After you publish a new version of a bot, you can get information about the old version and the new so that you can compare the performance across the two versions. </p> <p>Data is available for the last 15 days. You can request information for up to 5 versions in each request. The response contains information about a maximum of 100 utterances for each version.</p> <p>If the bot's <code>childDirected</code> field is set to <code>true</code>, utterances for the bot are not stored and cannot be retrieved with the <code>GetUtterancesView</code> operation. For more information, see <a>PutBot</a>.</p> <p>This operation requires permissions for the <code>lex:GetUtterancesView</code> action.</p>",
|
||||
"PutBot": "<p>Creates an Amazon Lex conversational bot or replaces an existing bot. When you create or update a bot you are only required to specify a name. You can use this to add intents later, or to remove intents from an existing bot. When you create a bot with a name only, the bot is created or updated but Amazon Lex returns the <code/> response <code>FAILED</code>. You can build the bot after you add one or more intents. For more information about Amazon Lex bots, see <a>how-it-works</a>. </p> <p>If you specify the name of an existing bot, the fields in the request replace the existing values in the <code>$LATEST</code> version of the bot. Amazon Lex removes any fields that you don't provide values for in the request, except for the <code>idleTTLInSeconds</code> and <code>privacySettings</code> fields, which are set to their default values. If you don't specify values for required fields, Amazon Lex throws an exception.</p> <p>This operation requires permissions for the <code>lex:PutBot</code> action. For more information, see <a>auth-and-access-control</a>.</p>",
|
||||
"PutBotAlias": "<p>Creates an alias for the specified version of the bot or replaces an alias for the specified bot. To change the version of the bot that the alias points to, replace the alias. For more information about aliases, see <a>versioning-aliases</a>.</p> <p>This operation requires permissions for the <code>lex:PutBotAlias</code> action. </p>",
|
||||
"PutIntent": "<p>Creates an intent or replaces an existing intent.</p> <p>To define the interaction between the user and your bot, you use one or more intents. For a pizza ordering bot, for example, you would create an <code>OrderPizza</code> intent. </p> <p>To create an intent or replace an existing intent, you must provide the following:</p> <ul> <li> <p>Intent name. For example, <code>OrderPizza</code>.</p> </li> <li> <p>Sample utterances. For example, \"Can I order a pizza, please.\" and \"I want to order a pizza.\"</p> </li> <li> <p>Information to be gathered. You specify slot types for the information that your bot will request from the user. You can specify standard slot types, such as a date or a time, or custom slot types such as the size and crust of a pizza.</p> </li> <li> <p>How the intent will be fulfilled. You can provide a Lambda function or configure the intent to return the intent information to the client application. If you use a Lambda function, when all of the intent information is available, Amazon Lex invokes your Lambda function. If you configure your intent to return the intent information to the client application. </p> </li> </ul> <p>You can specify other optional information in the request, such as:</p> <ul> <li> <p>A confirmation prompt to ask the user to confirm an intent. For example, \"Shall I order your pizza?\"</p> </li> <li> <p>A conclusion statement to send to the user after the intent has been fulfilled. For example, \"I placed your pizza order.\"</p> </li> <li> <p>A follow-up prompt that asks the user for additional activity. For example, asking \"Do you want to order a drink with your pizza?\"</p> </li> </ul> <p>If you specify an existing intent name to update the intent, Amazon Lex replaces the values in the <code>$LATEST</code> version of the slot type with the values in the request. Amazon Lex removes fields that you don't provide in the request. If you don't specify the required fields, Amazon Lex throws an exception.</p> <p>For more information, see <a>how-it-works</a>.</p> <p>This operation requires permissions for the <code>lex:PutIntent</code> action.</p>",
|
||||
"PutSlotType": "<p>Creates a custom slot type or replaces an existing custom slot type.</p> <p>To create a custom slot type, specify a name for the slot type and a set of enumeration values, which are the values that a slot of this type can assume. For more information, see <a>how-it-works</a>.</p> <p>If you specify the name of an existing slot type, the fields in the request replace the existing values in the <code>$LATEST</code> version of the slot type. Amazon Lex removes the fields that you don't provide in the request. If you don't specify required fields, Amazon Lex throws an exception.</p> <p>This operation requires permissions for the <code>lex:PutSlotType</code> action.</p>"
|
||||
"PutIntent": "<p>Creates an intent or replaces an existing intent.</p> <p>To define the interaction between the user and your bot, you use one or more intents. For a pizza ordering bot, for example, you would create an <code>OrderPizza</code> intent. </p> <p>To create an intent or replace an existing intent, you must provide the following:</p> <ul> <li> <p>Intent name. For example, <code>OrderPizza</code>.</p> </li> <li> <p>Sample utterances. For example, \"Can I order a pizza, please.\" and \"I want to order a pizza.\"</p> </li> <li> <p>Information to be gathered. You specify slot types for the information that your bot will request from the user. You can specify standard slot types, such as a date or a time, or custom slot types such as the size and crust of a pizza.</p> </li> <li> <p>How the intent will be fulfilled. You can provide a Lambda function or configure the intent to return the intent information to the client application. If you use a Lambda function, when all of the intent information is available, Amazon Lex invokes your Lambda function. If you configure your intent to return the intent information to the client application. </p> </li> </ul> <p>You can specify other optional information in the request, such as:</p> <ul> <li> <p>A confirmation prompt to ask the user to confirm an intent. For example, \"Shall I order your pizza?\"</p> </li> <li> <p>A conclusion statement to send to the user after the intent has been fulfilled. For example, \"I placed your pizza order.\"</p> </li> <li> <p>A follow-up prompt that asks the user for additional activity. For example, asking \"Do you want to order a drink with your pizza?\"</p> </li> </ul> <p>If you specify an existing intent name to update the intent, Amazon Lex replaces the values in the <code>$LATEST</code> version of the intent with the values in the request. Amazon Lex removes fields that you don't provide in the request. If you don't specify the required fields, Amazon Lex throws an exception. When you update the <code>$LATEST</code> version of an intent, the <code>status</code> field of any bot that uses the <code>$LATEST</code> version of the intent is set to <code>NOT_BUILT</code>.</p> <p>For more information, see <a>how-it-works</a>.</p> <p>This operation requires permissions for the <code>lex:PutIntent</code> action.</p>",
|
||||
"PutSlotType": "<p>Creates a custom slot type or replaces an existing custom slot type.</p> <p>To create a custom slot type, specify a name for the slot type and a set of enumeration values, which are the values that a slot of this type can assume. For more information, see <a>how-it-works</a>.</p> <p>If you specify the name of an existing slot type, the fields in the request replace the existing values in the <code>$LATEST</code> version of the slot type. Amazon Lex removes the fields that you don't provide in the request. If you don't specify required fields, Amazon Lex throws an exception. When you update the <code>$LATEST</code> version of a slot type, if a bot uses the <code>$LATEST</code> version of an intent that contains the slot type, the bot's <code>status</code> field is set to <code>NOT_BUILT</code>.</p> <p>This operation requires permissions for the <code>lex:PutSlotType</code> action.</p>"
|
||||
},
|
||||
"shapes": {
|
||||
"AliasName": {
|
||||
|
@ -219,6 +219,13 @@
|
|||
"GetBotChannelAssociationResponse$botConfiguration": "<p>Provides information that the messaging platform needs to communicate with the Amazon Lex bot.</p>"
|
||||
}
|
||||
},
|
||||
"ChannelStatus": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"BotChannelAssociation$status": "<p>The status of the bot channel. </p> <ul> <li> <p> <code>CREATED</code> - The channel has been created and is ready for use.</p> </li> <li> <p> <code>IN_PROGRESS</code> - Channel creation is in progress.</p> </li> <li> <p> <code>FAILED</code> - There was an error creating the channel. For information about the reason for the failure, see the <code>failureReason</code> field.</p> </li> </ul>",
|
||||
"GetBotChannelAssociationResponse$status": "<p>The status of the bot channel. </p> <ul> <li> <p> <code>CREATED</code> - The channel has been created and is ready for use.</p> </li> <li> <p> <code>IN_PROGRESS</code> - Channel creation is in progress.</p> </li> <li> <p> <code>FAILED</code> - There was an error creating the channel. For information about the reason for the failure, see the <code>failureReason</code> field.</p> </li> </ul>"
|
||||
}
|
||||
},
|
||||
"ChannelType": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
|
@ -1012,6 +1019,7 @@
|
|||
"refs": {
|
||||
"BadRequestException$message": null,
|
||||
"BotAliasMetadata$checksum": "<p>Checksum of the bot alias.</p>",
|
||||
"BotChannelAssociation$failureReason": "<p>If <code>status</code> is <code>FAILED</code>, Amazon Lex provides the reason that it failed to create the association.</p>",
|
||||
"BuiltinIntentSlot$name": "<p>A list of the slots defined for the intent.</p>",
|
||||
"ChannelConfigurationMap$key": null,
|
||||
"ChannelConfigurationMap$value": null,
|
||||
|
@ -1025,6 +1033,7 @@
|
|||
"CreateSlotTypeVersionRequest$checksum": "<p>Checksum for the <code>$LATEST</code> version of the slot type that you want to publish. If you specify a checksum and the <code>$LATEST</code> version of the slot type has a different checksum, Amazon Lex returns a <code>PreconditionFailedException</code> exception and doesn't publish the new version. If you don't specify a checksum, Amazon Lex publishes the <code>$LATEST</code> version.</p>",
|
||||
"CreateSlotTypeVersionResponse$checksum": "<p>Checksum of the <code>$LATEST</code> version of the slot type.</p>",
|
||||
"GetBotAliasResponse$checksum": "<p>Checksum of the bot alias.</p>",
|
||||
"GetBotChannelAssociationResponse$failureReason": "<p>If <code>status</code> is <code>FAILED</code>, Amazon Lex provides the reason that it failed to create the association.</p>",
|
||||
"GetBotRequest$versionOrAlias": "<p>The version or alias of the bot.</p>",
|
||||
"GetBotResponse$failureReason": "<p>If <code>status</code> is <code>FAILED</code>, Amazon Lex explains why it failed to build the bot.</p>",
|
||||
"GetBotResponse$voiceId": "<p>The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. For more information, see <a>PutBot</a>.</p>",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue