AI Conversations REST Endpoints
AI Conversations
The AI conversations resource stores and manages data about conversations between users and AI agents. It records attachments uploaded within conversations, and securely maintains relevant files and metadata.
- Create an AI conversation
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/hcmAiStudioConversations - Delete an AI conversation
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/hcmAiStudioConversations/{ConversationId} - Get all AI conversations
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/hcmAiStudioConversations - Get an AI conversation
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/hcmAiStudioConversations/{ConversationId} - Update an AI conversation
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/hcmAiStudioConversations/{ConversationId}