Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CallAutomation_OpenAI_Sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ devtunnel host
- Compile the application: mvn compile
- Build the package: mvn package
- Execute the app: mvn exec:java
- Access the Swagger UI at http://localhost:8080/swagger-ui.html
- Try the GET /outboundCall to run the Sample Application
- Register an EventGrid Webhook for the IncomingCall Event that points to your DevTunnel URI ex. https://<devtunnelurl>/api/incomingCall. Instructions [here](https://learn.microsoft.com/en-us/azure/communication-services/concepts/call-automation/incoming-call-notification).
- Once that's completed you should have a running application. The best way to test this is to place a call to your ACS phone number and talk to your intelligent agent.