Update vendored deps, including AWS SDK, openpgp, ftp, ...

This commit is contained in:
Andrey Smirnov
2018-04-05 17:46:45 +03:00
parent cef4fefc40
commit 0e6ee35942
1497 changed files with 450721 additions and 68034 deletions
@@ -378,6 +378,23 @@ func ExampleLexModelBuildingService_PutIntent_shared00() {
SlotConstraint: aws.String("Required"),
SlotType: aws.String("DocPizzaType"),
SlotTypeVersion: aws.String("$LATEST"),
ValueElicitationPrompt: &lexmodelbuildingservice.Prompt{
MaxAttempts: aws.Int64(1),
Messages: []*lexmodelbuildingservice.Message{
{
Content: aws.String("What type of pizza would you like?"),
ContentType: aws.String("PlainText"),
},
{
Content: aws.String("Vegie or cheese pizza?"),
ContentType: aws.String("PlainText"),
},
{
Content: aws.String("I can get you a vegie or a cheese pizza."),
ContentType: aws.String("PlainText"),
},
},
},
},
{
Description: aws.String("The type of pizza crust to order."),
@@ -390,6 +407,19 @@ func ExampleLexModelBuildingService_PutIntent_shared00() {
SlotConstraint: aws.String("Required"),
SlotType: aws.String("DocPizzaCrustType"),
SlotTypeVersion: aws.String("$LATEST"),
ValueElicitationPrompt: &lexmodelbuildingservice.Prompt{
MaxAttempts: aws.Int64(1),
Messages: []*lexmodelbuildingservice.Message{
{
Content: aws.String("What type of crust would you like?"),
ContentType: aws.String("PlainText"),
},
{
Content: aws.String("Thick or thin crust?"),
ContentType: aws.String("PlainText"),
},
},
},
},
{
Description: aws.String("The type of sauce to use on the pizza."),
@@ -402,6 +432,19 @@ func ExampleLexModelBuildingService_PutIntent_shared00() {
SlotConstraint: aws.String("Required"),
SlotType: aws.String("DocPizzaSauceType"),
SlotTypeVersion: aws.String("$LATEST"),
ValueElicitationPrompt: &lexmodelbuildingservice.Prompt{
MaxAttempts: aws.Int64(1),
Messages: []*lexmodelbuildingservice.Message{
{
Content: aws.String("White or red sauce?"),
ContentType: aws.String("PlainText"),
},
{
Content: aws.String("Garlic or tomato sauce?"),
ContentType: aws.String("PlainText"),
},
},
},
},
},
}