Click or drag to resize
ChatSupportCannedResponseInfoProviderGetChatSupportCannedResponseInfo Method
Returns chat support canned response with specified ID.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public static ChatSupportCannedResponseInfo GetChatSupportCannedResponseInfo(
	int responseId
)

Parameters

responseId
Type: SystemInt32
Chat support canned response ID.

Return Value

Type: ChatSupportCannedResponseInfo
See Also