Updating AI Agent Settings
Request Address: /api/bot/settings
Request Method: PUT
Request Header 👇
Authorization
String
The API key created
Request Body Parameter 👇
botId
int
yes
The botId which you want to update
name
string
no
The name of agent
characters
int
no
The characters of agent which has been used for training
temperature
int
no
The temperature of agent
isCollectCustomerEmail
boolean
no
The customer email address
isPublic
boolean
no
Is public agent
visibility
string
no
The visibility value of agent
domains
array
no
The domains of agent
apiKey
string
no
apikey
messagesLimit
int
no
The messages limit of agent
everySeconds
int
no
The time duration of seconds
limitMessage
string
no
The prompt for exceeding the maximum value
id
int
Yes
The id of API key for which you want to update
Response Parameter 👇
id
int
id
version
int
version
name
string
The name of agent
userId
string
The OORT AI user id
secretKey
string
The api key info
CreatedTime
string
The create time of api key
updatedTime
string
The update time of api key
deletedTime
string
The delete time of api key
characters
int
The characters of agent which has been used for training
temperature
int
The temperature of agent
isCollectCustomerEmail
boolean
isPublic
boolean
Is public agent
visibility
string
The visibility value of agent
domains
array
The domains of agent
apiKey
string
The api key of agent
messagesLimit
int
The messages limit of agent
everySeconds
int
The time duration of seconds
limitMessage
string
The prompt for exceeding the maximum value
tableName
string
The table name of agent
status
int
The status of agent
Response Example 👇
Last updated