Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 907 Bytes

EnterpriseImCardSaveReq.md

File metadata and controls

13 lines (8 loc) · 907 Bytes

EnterpriseImCardSaveReq

Properties

Name Type Description Notes
CardId string 卡片id,创建时不传;更新时必传。同一个用户的卡片id不可重复 [optional]
CardType string 卡片类型 `question_list` - 问题列表 [optional]
Content string 卡片内容字段 json序列化成string, { "question_list" { "text" "有什么疑问呢", "questions" [{ "name" "问题1", "text" "关键词1" }, { "name" "问题2", "text" "关键词2" } ] } } [optional]

[Back to Model list] [Back to API list] [Back to README]