Click or drag to resize
ChatServiceBaseGetChatResponse Method (ChatResponseStatusEnum)
Builds general chat response with error set to statusCode and message set to default value associated with statusCode.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 12.0.0
Syntax
C#
protected ChatGeneralResponse GetChatResponse(
	ChatResponseStatusEnum statusCode
)

Parameters

statusCode
Type: CMS.ChatChatResponseStatusEnum
Status code of the response

Return Value

Type: ChatGeneralResponse
General response
See Also