Chatwoot/app/javascript/dashboard/store/modules/specs/agentBots/fixtures.js
2022-10-11 17:23:57 -07:00

15 lines
254 B
JavaScript

export const agentBotRecords = [
{
id: 11,
name: 'Agent Bot 11',
description: 'Agent Bot Description',
type: 'csml',
},
{
id: 12,
name: 'Agent Bot 12',
description: 'Agent Bot Description 12',
type: 'csml',
},
];