diff --git a/README.md b/README.md index 424f71d..f914d83 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ Parameters prefixed with 'tps:' will fetch values from the Tenant Properties Ser | transferSummary | Mock of Transfer Summary | | integrationCardTitle | Title over Integration card | | integrationCardDoc | HTML document for contents of integration card | +| crsScore | Call Risk Score (0-100) | +| authenticated | Authenticated in IVA/IVR (true/false) | ## Installing into an Innovation Lab @@ -53,7 +55,7 @@ npm install touch .env ``` -Edit the .env file to hold the Channel Automation api username & password we cannot use the '__Host-VRNTOTCT' cookie because it is HttpOnly and not passed to browser side javascript. So we use the oidc-token-service to grant us a token using username/password. +Edit the .env file to hold the Channel Automation api username & password we cannot use the '\_\_Host-VRNTOTCT' cookie because it is HttpOnly and not passed to browser side javascript. So we use the oidc-token-service to grant us a token using username/password. ```env // file .env @@ -67,7 +69,7 @@ Build the distribution npm run build ``` -The 'static' directory is already served by Apache so this Application is now available. Configure the Web Integration URL to use it. See Screenshot below: +The 'static' directory is already served by Apache so this Application is now available. Configure the Web Integration URL to use it. See Screenshot below: ![WebIntegrationURL](screenshots/WebIntegrationURL_TelephonyContextExample.png)