2020-04-07 05:11:18 +00:00
|
|
|
type: object
|
|
|
|
properties:
|
|
|
|
id:
|
|
|
|
type: number
|
|
|
|
description: ID of the agent bot
|
|
|
|
name:
|
|
|
|
type: string
|
|
|
|
description: The name of the agent bot
|
2021-05-31 05:28:43 +00:00
|
|
|
description:
|
|
|
|
type: string
|
|
|
|
description: The description about the agent bot
|
|
|
|
account_id:
|
|
|
|
type: number
|
|
|
|
description: Account ID if it's an account specific bot
|
2020-04-07 05:11:18 +00:00
|
|
|
outgoing_url:
|
|
|
|
type: string
|
|
|
|
description: The webhook URL for the bot
|