API Documentation
Chatbot Appearance
Chatbot Custom Content
Chatbot Follow Up Prompts
Chatbot Icons
Chatbot Links
Chatbot Messages
Chatbot Personas
Chatbot Prompts
Chatbot Quick Prompts
Chatbot Settings
Chatbot Threads
Update Chatbot Settings - Localization
Update localization settings of the chatbot
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Id of the chatbot
Request Body
Localization settings for home screen in the chatbot
Text to be replaced for Home
in home screen
Text to be replaced for Add details
in home screen
Text to be replaced for Start a conversation
in home screen
Text to be replaced for Starting...
in home screen
Localization settings for messages screen in the chatbot
Text to be replaced for Messages
in messages screen
Text to be replaced for No Messages
in messages screen
Text to be replaced for Verify your email to save your conversation history.
in messages screen
Text to be replaced for Your conversation history shows up here.
in messages screen
Text to be replaced for Verify your email
in messages screen
Text to be replaced for Start a conversation
in messages screen
Text to be replaced for Starting...
in messages screen
Localization settings for individual conversations in the chatbot
Text to be replaced for Bot
in individual conversations
Text to be replaced for You
in individual conversations
Text to be replaced for Agent
in individual conversations
Text to be replaced for Are you sure you want to escalate the chat to human support?
in individual conversations
Text to be replaced for This conversation will be shared with the human support and they will get back to you as soon as they can.
in individual conversations
Text to be replaced for Yes, continue
in individual conversations
Text to be replaced for Cancel
in individual conversations
Text to be replaced for 👨💼 Conversation changed to human mode
in individual conversations
Localization settings for account screen in the chatbot
Text to be replaced for Account
in account screen
Text to be replaced for Verify your email
in account screen
Text to be replaced for Verify your email to save your chat history
in account screen
Text to be replaced for Email
in account screen
Text to be replaced for Name
in account screen
Text to be replaced for Phone Number
in account screen
Text to be replaced for Submit
in account screen
Text to be replaced for Sending OTP...
in account screen
Text to be replaced for Verify OTP
in account screen
Text to be replaced for We sent the OTP to your email address
in account screen
Text to be replaced for OTP
in account screen
Text to be replaced for Verify & Continue
in account screen
Text to be replaced for Didn't receive OTP yet?
in account screen
Text to be replaced for Resend
in account screen
Text to be replaced for Edit Details
in account screen
Text to be replaced for Resetting...
in account screen
Text to be replaced for Verifying...
in account screen
Text to be replaced for Logout
in account screen
Text to be replaced for Logging out...
in account screen
Text to be replaced for Verified
in account screen
Text to be replaced for Edit
in account screen
Text to be replaced for Update
in account screen
Text to be replaced for Updating...
in account screen
{
"success": true,
"message": "Updated localization settings of the chatbot successfully",
"data": {}
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Id of the chatbot
Body
Request Body
Localization settings for home screen in the chatbot
Localization settings for messages screen in the chatbot
Localization settings for individual conversations in the chatbot
Localization settings for account screen in the chatbot
Response
Success Response
Indicates whether this is success response or error response
Overall message regarding the operation performed
Data returned from the server
Was this page helpful?
{
"success": true,
"message": "Updated localization settings of the chatbot successfully",
"data": {}
}