Home
last modified time | relevance | path

Searched refs:chatbot_obj (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/py_engine/modules/ucloud_ai/
A Dchatbot.c35 static chatbot_obj_t *chatbot_obj = NULL; variable
40 chatbot_obj = m_new_obj(chatbot_obj_t); in chatbot_new()
41 if (!chatbot_obj) { in chatbot_new()
46 memset(chatbot_obj, 0, sizeof(chatbot_obj)); in chatbot_new()
48 chatbot_obj->base.type = &chatbot_type; in chatbot_new()
49 chatbot_obj->modName = "chatbot"; in chatbot_new()
51 return MP_OBJ_FROM_PTR(chatbot_obj); in chatbot_new()

Completed in 2 milliseconds