Click or drag to resize
ChatSupportCannedResponseInfoProviderSetChatSupportCannedResponseInfo Method
Sets (updates or inserts) specified chat support canned response.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public static void SetChatSupportCannedResponseInfo(
	ChatSupportCannedResponseInfo responseObj
)

Parameters

responseObj
Type: CMS.ChatChatSupportCannedResponseInfo
Chat support canned response to be set.
See Also