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 |