| 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: 10.0.0
 Syntax
Syntaxprotected 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
See Also