object
ChatbotVersion
Properties
- Name
id- Type
- string
- Description
- Required property.
- Name
chatbotId- Type
- string
- Description
- Required property.
- Name
definition- Type
- ChatbotWorkflowDefinition
- Description
- Optional property.
- Name
createdAt- Type
- string
- Description
- Required property.
- Name
updatedAt- Type
- string
- Description
- Required property.
Related operations
- List chatbotsGET /chatbots
- Create chatbotPOST /chatbots
- Get chatbotGET /chatbots/{id}
- Update chatbotPATCH /chatbots/{id}
- Publish chatbotPOST /chatbots/{id}/publish
- Activate chatbotPOST /chatbots/{id}/activate
- Pause chatbotPOST /chatbots/{id}/pause
- List chatbot versionsGET /chatbots/{id}/versions
- Get chatbot versionGET /chatbots/{id}/versions/{versionId}