https://github.com/sanchezluys/desarrollando-chatbots-con-asisteclick
Como programar y desarrollar chatbots con Asisteclick
https://github.com/sanchezluys/desarrollando-chatbots-con-asisteclick
bots chatbot chatgpt
Last synced: about 1 month ago
JSON representation
Como programar y desarrollar chatbots con Asisteclick
- Host: GitHub
- URL: https://github.com/sanchezluys/desarrollando-chatbots-con-asisteclick
- Owner: sanchezluys
- License: mit
- Created: 2025-02-21T14:12:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-24T15:36:52.000Z (over 1 year ago)
- Last Synced: 2025-03-03T16:16:25.967Z (over 1 year ago)
- Topics: bots, chatbot, chatgpt
- Language: HTML
- Homepage: https://sanchezluys.github.io/Desarrollando-chatbots-con-Asisteclick/
- Size: 8.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Presentación en linea de las clases de ChatBot con Asisteclick
>[!NOTE]
> Usando como librería: [reveal.js-plugins](https://github.com/rajgoel/reveal.js-plugins)
>[!WARNING]
> Advertencia
>[!TIP]
> Tips
>[!IMPORTANT]
> Importante
>[!CAUTION]
> Precaución
```mermaid
erDiagram
CUSTOMER }|..|{ DELIVERY-ADDRESS : has
CUSTOMER ||--o{ ORDER : places
CUSTOMER ||--o{ INVOICE : "liable for"
DELIVERY-ADDRESS ||--o{ ORDER : receives
INVOICE ||--|{ ORDER : covers
ORDER ||--|{ ORDER-ITEM : includes
PRODUCT-CATEGORY ||--|{ PRODUCT : contains
PRODUCT ||--o{ ORDER-ITEM : "ordered in"
```