BotSharp/tests/BotSharp.Plugin.PizzaBot/agents/fe8c60aa-b114-4ef3-93cb-a8efeac80f75/agent.json

18 lines
501 B
JSON
Raw Normal View History

2023-09-20 10:32:55 +00:00
{
"name": "Payment",
2023-10-13 20:08:59 +00:00
"description": "Make payment when user wants to pay for the order",
2023-09-20 10:32:55 +00:00
"createdDateTime": "2023-07-26T02:29:25.123224Z",
"updatedDateTime": "2023-07-26T02:29:25.123274Z",
2023-09-20 10:59:27 +00:00
"id": "fe8c60aa-b114-4ef3-93cb-a8efeac80f75",
2023-09-20 10:32:55 +00:00
"allowRouting": true,
2023-10-23 00:31:49 +00:00
"isPublic": true,
2023-09-20 10:32:55 +00:00
"routingRules": [
{
"field": "order_number",
2023-10-20 03:47:14 +00:00
"description": "order number",
"type": "string",
2023-09-20 10:32:55 +00:00
"required": true,
2023-09-20 10:59:27 +00:00
"redirectTo": "c2b57a74-ae4e-4c81-b3ad-9ac5bff982bd"
2023-09-20 10:32:55 +00:00
}
]
}