Open Issues Need Help
View All on GitHubAI Summary: Implement a 'start' intent for a voice skill (likely using NestJS). This involves handling the skill's launch, displaying a welcome message, and presenting buttons for user interaction. The implementation should be within the existing NestJS project.
AI Summary: Implement a 'goodbye' intent in a NestJS application. This involves creating a handler for a user's goodbye message, which should gracefully end the session and potentially send a farewell message. The implementation will likely involve integrating with a conversational AI platform or framework.
AI Summary: Implement a response to the user's intent 'whatcanyoudo' (Что ты умеешь?) in a NestJS-based voice assistant skill. The response should clearly outline the capabilities of the skill.
AI Summary: Implement a 'contacts' intent for a chatbot or voice assistant. The intent should respond to contact requests by providing a contact card with a link to the NestJS website.
AI Summary: Implement a cost intent ('Стоимость') for a NestJS application. The intent should respond with cost information and include buttons linking to an email address and website.
AI Summary: Implement an 'experience' intent that responds to user inquiries about the company's experience. This involves creating a response that includes a link to the company's portfolio, presented either as a button or a card.
AI Summary: Implement a NestJS service to handle requests for company services information. This involves creating an endpoint (likely a GET request) that returns relevant data about the company's offerings. The data format and source (database, static file, etc.) will need to be determined. The implementation should adhere to NestJS best practices and include appropriate error handling.
AI Summary: Create a comprehensive README file for a NestJS project, including project title, description, usage instructions, and a list of contributors. The existing project README provides a good starting point.
AI Summary: Integrate the `IntentMiddleware` from the external package `@kirillchervotkin/alice-nestjs-framework` into an existing NestJS project. This involves installing the package, importing and configuring the middleware within the NestJS application, likely within a module or global middleware configuration, following the instructions provided in the package's documentation.