added crsScore and authenticated parameters

This commit is contained in:
Peter Morton 2024-01-12 16:10:59 -06:00
parent 0210b95494
commit b37f7cef92

View File

@ -27,6 +27,8 @@ Parameters prefixed with 'tps:' will fetch values from the Tenant Properties Ser
| transferSummary | Mock of Transfer Summary | | transferSummary | Mock of Transfer Summary |
| integrationCardTitle | Title over Integration card | | integrationCardTitle | Title over Integration card |
| integrationCardDoc | HTML document for contents of 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 ## Installing into an Innovation Lab
@ -53,7 +55,7 @@ npm install
touch .env 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 ```env
// file .env // file .env
@ -67,7 +69,7 @@ Build the distribution
npm run build 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) ![WebIntegrationURL](screenshots/WebIntegrationURL_TelephonyContextExample.png)