Methods
getFirstLine() → {string|null}
- Description:
Cette fonction récupère la première ligne de la notification qui a été paramétré dans kiamo. Dans l'onglet Agent du service.
Example
//appel de la fonction :
agentVoice.smartMedia.notification.getFirstLine();
//Retour :
"Voici la première ligne de notification"
Returns:
- Type
- string | null
getSecondLine() → {string|null}
- Description:
Cette fonction récupère la seconde ligne de la notification qui a été paramétré dans kiamo. Dans l'onglet Agent du service.
Example
//appel de la fonction :
agentVoice.smartMedia.notification.getSecondLine();
//Retour :
"Voici la deuxième ligne de notification"
Returns:
- Type
- string | null