IMcaComEventActionData
Generic response object in MCA operations.
Object structure
Here's the structure of the of IMcaComEventActionData:
interface IMcaComEventActionData {
channelId: string;
channelType: string;
engagementId: string;
eventId: string;
eventSource: string;
interactionId: string;
method: string;
result: string;
toolbarName: string;
uuid: string;
channel: McaChannels;
}