AI Script Recommendation

Discussions about development of VICIDIAL and astGUIclient

Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N

AI Script Recommendation

Postby jovieticar101 » Thu Oct 10, 2024 9:10 am

Would love to have Auto script recommendation for the agents. Example: I have a call, the system will capture the incoming voice then calculate it then provide a good script / rebuttals for our agent base on what we've capture.

My Question is how can we capture the realtime voice of a person from the other line.
jovieticar101
 
Posts: 16
Joined: Tue Mar 07, 2023 1:11 pm

Re: AI Script Recommendation

Postby mflorell » Thu Oct 10, 2024 11:25 am

We have helped a couple clients set this up, it isn't simple and it certainly isn't cheap, and even after all of the technical parts are set up, the training can take months.
mflorell
Site Admin
 
Posts: 18383
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Re: AI Script Recommendation

Postby carpenox » Sat Oct 12, 2024 6:01 am

i too have helped a few clients with this, i can second what matt said, it isnt an easy process, definitely it not cheap and does come with incorrect info still as AI just isnt quite there yet.
Alma Linux 9.4 | SVN Version: 3889 | DB Schema Version: 1721 | Asterisk 18.21.1 | PHP8
www.dialer.one -:- 1-833-DIALER-1 -:- https://linktr.ee/CyburDial -:- WA: +19549477572
GC: https://join.skype.com/ujkQ7i5lV78O | DC: https://discord.gg/DVktk6smbh
carpenox
 
Posts: 2418
Joined: Wed Apr 08, 2020 2:02 am
Location: St Petersburg, FL

Re: AI Script Recommendation

Postby williamconley » Mon Oct 14, 2024 9:36 pm

jovieticar101 wrote:... the system will capture the incoming voice then calculate it then provide a good script / rebuttals for our agent base on what we've capture ...

My Question is how can we capture the realtime voice of a person from the other line.

That sounds like a best-use-case scenario for the present state of "AI" (note the quotes, lol).

You want the AI to provide "best guess" rebuttals for the agent. That's very good, actually.

Yes, You can have an AI "monitor" line which could then provide information via a scripted iFrame which renews/refreshes every second to get "up to the second" input from your AI, assuming you can handle the programming of the AI.

Two stages: Setting up the monitor line at the start of the call so the AI can process the audio and generate prompts/options for the agent. Then coding the iFrame into the script with AJAX in the iFrame to continuously refresh from the AI service's HTML production (or text response, but then the Vicidial or other web server would have to accept the AI output, convert it to something visually functional for the agent, and then reply with that information when the next refresh occurs).

Absolutely possible with today's technology. IF you can write the AI code to interpret and provide the rebuttals. Presently, however, we just use a soundboard with all the rebuttals in the agent's voice premade and let the agent push the button corresponding to the audio (recorded previously, with proper intonation and practiced terminology) into the agent session. Vicidial's soundboard is very useful for that.
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20252
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)

Re: AI Script Recommendation

Postby carpenox » Tue Oct 15, 2024 6:53 am

i have used openai for ai amd as well as ai bots for clients and a service we offer, if youre interested in a free trial hit me up
Alma Linux 9.4 | SVN Version: 3889 | DB Schema Version: 1721 | Asterisk 18.21.1 | PHP8
www.dialer.one -:- 1-833-DIALER-1 -:- https://linktr.ee/CyburDial -:- WA: +19549477572
GC: https://join.skype.com/ujkQ7i5lV78O | DC: https://discord.gg/DVktk6smbh
carpenox
 
Posts: 2418
Joined: Wed Apr 08, 2020 2:02 am
Location: St Petersburg, FL

Re: AI Script Recommendation

Postby jovieticar101 » Wed Oct 16, 2024 10:39 am

williamconley wrote:
jovieticar101 wrote:... the system will capture the incoming voice then calculate it then provide a good script / rebuttals for our agent base on what we've capture ...

My Question is how can we capture the realtime voice of a person from the other line.

That sounds like a best-use-case scenario for the present state of "AI" (note the quotes, lol).

You want the AI to provide "best guess" rebuttals for the agent. That's very good, actually.

Yes, You can have an AI "monitor" line which could then provide information via a scripted iFrame which renews/refreshes every second to get "up to the second" input from your AI, assuming you can handle the programming of the AI.

Two stages: Setting up the monitor line at the start of the call so the AI can process the audio and generate prompts/options for the agent. Then coding the iFrame into the script with AJAX in the iFrame to continuously refresh from the AI service's HTML production (or text response, but then the Vicidial or other web server would have to accept the AI output, convert it to something visually functional for the agent, and then reply with that information when the next refresh occurs).

Absolutely possible with today's technology. IF you can write the AI code to interpret and provide the rebuttals. Presently, however, we just use a soundboard with all the rebuttals in the agent's voice premade and let the agent push the button corresponding to the audio (recorded previously, with proper intonation and practiced terminology) into the agent session. Vicidial's soundboard is very useful for that.


I dont need the sound board. my plan is to give only the best script/rebuttal for the agents. all they need to do is to read the script until they close or hangup the call.

the reason is to expand our talent pool cause all they need to do is to read the script
jovieticar101
 
Posts: 16
Joined: Tue Mar 07, 2023 1:11 pm

Re: AI Script Recommendation

Postby williamconley » Wed Oct 16, 2024 10:36 pm

jovieticar101 wrote:I dont need the sound board. my plan is to give only the best script/rebuttal for the agents. all they need to do is to read the script until they close or hangup the call. the reason is to expand our talent pool cause all they need to do is to read the script


Seems quite reasonable. I was really suggesting the SoundBoard more for the fact that it's a custom-entry-in-an-iframe already. If you used the AI to generate something similar ... you could have your solution almost premade.
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20252
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)


Return to Development

Who is online

Users browsing this forum: No registered users and 14 guests