How it works
To help understand how intent identification works, let’s use an example conversation:Agent: Hello, thank you for contacting XYZ Insurance. How can I assist you today?AutoSummary analyzes the conversation, focusing primarily on the initial exchanges, to determine the customer’s main reason for contact. This is represented by the
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? /autosummary/getting-started#salesforce-plugin 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!
name
of the intent and the code
, a machine readable identifier for that intent.
In this case, the intent might be identified as:
Generate an Intent
To generate an intent, provide the conversation transcript to ASAPP. This example uses our Conversation API to provide the transcript, but you have options to use AutoTranscribe integration if you have voice conversations you want to send to ASAPP.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. You have the choice to add a single message for each turn of the conversation, or can upload a batch of messages a conversation.We only show one message as an example, though you would create many messages over the source of the conversation.
Step 3: Generate Intent
With a conversation containing messages, you can generate an intent. To generate the intent, provide the ID of the conversation:Customization
AutoSummary allows for extensive customization of the intent identification to meet your specific needs. Whether you want to use industry-specific intents or adhere to your company’s unique categorization, this feature provides the flexibility to tailor intents in a way that aligns with your operational goals. To customize your intents, you can use the Self-Service Configuration tool in ASAPP’s AI Console. This tool allows you to:- Upload, create, or modify intent labels
- Expand intent classifications by adding as many intents as needed
- Configure the system to align with your specific operational requirements