Click or drag to resize
ChatSupportCannedResponseInfoProviderGetChatSupportCannedResponseInfoInternal 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#
protected virtual ChatSupportCannedResponseInfo GetChatSupportCannedResponseInfoInternal(
	int responseId
)

Parameters

responseId
Type: SystemInt32
Chat support canned response ID.

Return Value

Type: ChatSupportCannedResponseInfo
See Also