Create call center transcript summary using AWS Bedrock Converse API and Lambda - Anthropic Haiku
Automate call center transcript summary creation using AWS Bedrock Converse API, Lambda and Anthropic Haiku foundation model.
- There is a transcript available for a case resolution and conversation between customer and support/call center team member.
- A call summary needs to be created based on this resolution/conversation transcript.
- An automated solution is required to create call summary.
- An automated solution will provide a repeatable way to create these call summary notes.
- Increase in productivity as team members usually work on documenting these notes can focus on other tasks.
- There is a transcript available for a case resolution and conversation between customer and support/call center team member.
- A call summary needs to be created based on this resolution/conversation transcript.
- An automated solution is required to create call summary.
- An automated solution will provide a repeatable way to create these call summary notes.
- Increase in productivity as team members usually work on documenting these notes can focus on other tasks.



- Temperature - A value of 0 indicate less random generation, a value of 1 means more random generation.
- Top P - If value is less than 1, it will have less probable set of tokens.
- Max Token Count - This indicate Max numbers of tokens to generate. Responses are not guaranteed to fill up to the maximum desired length. Tokens are factor in the overall cost hence it is worthwhile to pay attention to max tokens you want to use.


- SAM Build
- SAM local invoke
- SAM deploy



- John: Hello, thank you for calling technical support. My name is John and I will be your technical support representative. Can I have your account number, please?
- Girish: Yes, my account number is {ACCOUNT_NUMBER-1}.
- John: Thank you. I see that you have locked your account due to multiple failed attempts to enter your password. To reset your password, I will need to ask you a few security questions. Can you please provide me with the answers to your security questions?
- Girish: Sure, my security questions are: What is your favorite color? and What is your favorite food?
- John: Great, thank you. I will now reset your password and send you an email with instructions on how to log in to your account. Please check your email in a few minutes.
- Girish: Thank you so much for your help.
- John: You're welcome. Is there anything else I can assist you with today?
- Girish: No, that's all for now. Thank you again for your help.
- John: You're welcome. Have a great day!


Response using Amazon Titan
