16 lines
254 B
JavaScript
16 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',
|
||
|
},
|
||
|
];
|