call/notification

Description:
  • Objet permettant de gérer les notifications lors d'une intéraction

Objet permettant de gérer les notifications lors d'une intéraction

Methods

getFirstLine() → {string|null}

Description:
  • Méthode permettant de récupérer la première ligne de notification du service d'appel en cours d'utilisation.

Example
agentVoice.call.notification.getFirstLine();
Returns:

Retourne null s'il n'y a pas d'intéraction voix en cours.

Type
string | null

getSecondLine() → {string|null}

Description:
  • Méthode permettant de récupérer la deuxième ligne de notification du service d'appel en cours d'utilisation.

Example
agentVoice.call.notification.getSecondLine();
Returns:

Retourne null s'il n'y a pas d'intéraction voix en cours.

Type
string | null

Methods

getFirstLine() → {string|null}

Description:
  • Méthode permettant de récupérer la première ligne de notification du service d'appel en cours d'utilisation.

Example
agentVoice.call.notification.getFirstLine();
Returns:

Retourne null s'il n'y a pas d'intéraction voix en cours.

Type
string | null

getSecondLine() → {string|null}

Description:
  • Méthode permettant de récupérer la deuxième ligne de notification du service d'appel en cours d'utilisation.

Example
agentVoice.call.notification.getSecondLine();
Returns:

Retourne null s'il n'y a pas d'intéraction voix en cours.

Type
string | null