mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-31 04:30:44 +00:00
Update vendored deps, including AWS SDK, openpgp, ftp, ...
This commit is contained in:
Generated
Vendored
+43
@@ -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"),
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user