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.
NSReplyTemplate
String GetDescription()
NSReplyTemplate thing; String description = thing.GetDescription();
Integer GetFolderId()
NSReplyTemplate thing; Integer folderId = thing.GetFolderId();
String GetName()
NSReplyTemplate thing; String name = thing.GetName();
Integer GetReplyTemplateId()
NSReplyTemplate thing; Integer replyTemplateId = thing.GetReplyTemplateId();
Void SetDescription(String description)
NSReplyTemplate thing; String description; thing.SetDescription(description);
Void SetFolderId(Integer folderId)
NSReplyTemplate thing; Integer folderId; thing.SetFolderId(folderId);
Void SetName(String name)
NSReplyTemplate thing; String name; thing.SetName(name);
Void SetReplyTemplateId(Integer replyTemplateId)
NSReplyTemplate thing; Integer replyTemplateId; thing.SetReplyTemplateId(replyTemplateId);
Was this page helpful?