Call Transcript Plugin
AI plugin that analyzes a call given the transcript
Categories:
Use this plugin to analyze a call using the provided transcript. It offers functionality that is quite similar to the use case example of Call Center Analytics.
To test this plugin, send a POST
request to its REST API at /plugins/transcript
with the following request body:
transcript
: the text with the call transcript.
Upon successful execution, OpenAI will return a response with the following information extracted and formatted as bullet points:
- Reason for the call
- Name of the agent
- Name of the caller
- Caller’s sentiment
- A summary of the call
Please note that the information provided may vary depending on the content of the supplied call transcript.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified June 4, 2024: Solved issue 5: Improve documentation removing manual steps and updating architecture diagram (#56) (08956e4)