ChatServiceBaseGetOkChatResponseTData Method (TData) |
Builds general chat response with OK code and Data set to data.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 12.0.0
Syntax protected ChatGeneralResponse<TData> GetOkChatResponse<TData>(
TData data
)
Parameters
- data
- Type: TData
Payload of this response
Type Parameters
- TData
- Type of inner Data property.
Return Value
Type:
ChatGeneralResponseTDataGeneral response with data
See Also