How it works
To help understand how free-text summary works, let’s use an example conversation:Agent: Hello, thank you for contacting XYZ Insurance. How can I assist you today?Each word in a paragraph summary is selected uniquely for a given conversation transcript, rather than using predefined tags. The paragraph incorporates language used by the customer and agent in order to create a faithful representation of what was discussed in the conversation.
Customer: Hi, I want to check the status of my payout for my claim.
Agent: Sure, can you please provide me with the claim number?
Customer: It’s H123456789.
Agent: Thank you. Could you also provide the last 4 digits of your account number?
Customer: 6789
Agent: Let me check the details for you. One moment, please.
Agent: I see that your claim was approved on June 10, 2024, for $5000. The payout has been processed.
Customer: Great! When will I receive the money?
Agent: The payout will be credited to your account within 3-5 business days.
Customer: Perfect, thank you so much for your help.
Agent: You’re welcome! Is there anything else I can assist you with?
Customer: No, that’s all. Have a nice day.
Agent: You too. Goodbye!
Since the summary is generated, there may be minor variations in grammar if you repeatedly generate summaries for the same conversation.
The customer inquired about the status of a payout for an approved claim. The agent confirmed that the claim was approved and the payout has been processed and will be credited within 3-5 business days.For conversations that involve transfers or multiple agents, AutoSummary can generate summaries for both the entire multi-leg conversation and specific legs.
Generate a free text summary
To generate a free text summary, provide the conversation transcript into ASAPP first. This example uses our conversation API, but you have options to use AutoTranscribe or batch integration options.Step 1: Create a conversation
To create aconversation
. Provide your Ids for the conversation and customer.
Step 2: Add messages
You need to add the messages for the conversation. In this example, we are using the/messages/batch
endpoint to add the whole example conversation.
Step 3: Generate free text summary
Now that you have a conversation with messages, you can generate a free text summary. To generate the summary, provide the id of the conversation.Multi-leg summaries
You may have a conversation where one end user talks to multiple agents about different topics. With AutoSummary, you can generate summaries for a conversation based on which agent you want to summarize. To generate a summary for one leg, provide the id of the conversation in the path, and the agent id as a query parameter.Customization
AutoSummary allows for extensive customization for the free text summary to meet your specific needs. Whether you want to highlight particular aspects of conversations or adhere to industry-specific standards, this feature provides the flexibility to tailor summaries in a way that aligns with your operational goals. To customize your free text summaries, work with your ASAPP account team to refine what you want from your summaries. As an example, using the sample conversation, you may want summaries to be specific about dates and amounts mentioned. Here is an example with that customization:The customer inquired about the status of a payout for an approved claim. The agent confirmed that the claim was approved on June 10, 2024, for $5,000, and the payout has been processed and will be credited within 3-5 business days.