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 |