IMcaStartComEventActionData
IMcaComEventActionDataも拡張するMCA StartCommEvent操作レスポンス・データ。
interface IMcaStartComEventActionData extends IMcaComEventActionData {
outData: IMcaStartCommEventOutData;
screenPopMode: string;
wrapupId: string;
}
属性
アウト・データ
StartCommEventレスポンスのOutDataオブジェクト。
outData: IMcaStartCommEventOutData;
screenPopMode
startCommEventレスポンスのScreenPop属性。
screenPopMode: string;
wrapupId
startCommEvent操作レスポンスのWrapupId属性。
wrapupId: string;