UNPKG

cv-dialog-sdk

Version:

Catavolt Dialog Javascript API

41 lines (40 loc) 1.24 kB
/** */ export class Briefcase_Briefcase_Details_RECORD { static copyOfResponse() { return JSON.parse(JSON.stringify(this.RESPONSE)); } } Briefcase_Briefcase_Details_RECORD.PATH = 'tenants/${tenantId}/sessions/${sessionId}/dialogs/10/record'; Briefcase_Briefcase_Details_RECORD.RESPONSE = { "dialogAlias": "Briefcase_Briefcase_Details", "annotations": [], "id": "1", "type": "hxgn.api.dialog.Record", "dialogName": "Briefcase_Briefcase_Details", "properties": [{ "name": "password", "format": null, "annotations": [], "type": "hxgn.api.dialog.Property", "value": null }, { "name": "briefcaseid", "format": null, "annotations": [], "type": "hxgn.api.dialog.Property", "value": "1" }, { "name": "online", "format": null, "annotations": [], "type": "hxgn.api.dialog.Property", "value": true }, { "name": "ZZREPEAT_ACTION_PROPERTY_NAMEZZ", "format": null, "annotations": [], "type": "hxgn.api.dialog.Property", "value": true }] };