Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
NSQuickReply
String GetHtmlBody()
NSQuickReply thing; String htmlBody = thing.GetHtmlBody();
String GetName()
NSQuickReply thing; String name = thing.GetName();
Integer GetQuickReplyId()
NSQuickReply thing; Integer quickReplyId = thing.GetQuickReplyId();
Void SetHtmlBody(String htmlBody)
NSQuickReply thing; String htmlBody; thing.SetHtmlBody(htmlBody);
Void SetName(String name)
NSQuickReply thing; String name; thing.SetName(name);
Void SetQuickReplyId(Integer quickReplyId)
NSQuickReply thing; Integer quickReplyId; thing.SetQuickReplyId(quickReplyId);
Was this page helpful?