aws-samples / aws-lex-net-chatbot

The ASP.NET Core ChatBot application featured here allows you to order flowers using Amazon Lex. The application is built with C#, AWS .NET SDK, and AWS Toolkit for Visual Studio and is deployed on Amazon EC2.
Apache License 2.0
73 stars 70 forks source link

Attaching Intent to a bot using .NET SDK #5

Open vinaykumar0787 opened 4 years ago

vinaykumar0787 commented 4 years ago

I have been able to create Bots and Intents using .NET Core SDK, but every time I need to sign in to my console, and add the Intent to the Bot. Is this possible using SDK?