chore: Add AgentBot API module (#5599)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
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',
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user