API सन्दर्भ
assistant
यस क्षेत्रमा 6 वटा इन्डपइन्टहरू छन्। प्रत्येकको आफ्नै पृष्ठ छ जसमा यसका प्यारामिटरहरू, प्रतिक्रिया र तपाईंले चलाउन सक्ने अनुरोध समावेश छन्।
| विधि | पथ | यसले के गर्छ | अनुमति |
|---|---|---|---|
| GET | /v1/assistant/conversations | List your own assistant conversations. | tickets.reply |
| POST | /v1/assistant/conversations | Start a new assistant conversation. | tickets.reply |
| DELETE | /v1/assistant/conversations/{conversationId} | Delete a conversation and everything in it. | — |
| GET | /v1/assistant/conversations/{conversationId} | Read one conversation with its full thread. | — |
| POST | /v1/assistant/conversations/{conversationId}/escalate | Turn a conversation into a support ticket. | tickets.reply |
| POST | /v1/assistant/conversations/{conversationId}/messages | Ask the assistant a question and get its answer. | tickets.reply |