setInteractiveChannel
setInteractiveChannel(interactiveChannel)
La méthode setInteractiveChannel définit le nom du canal interactif utilisé par la commande startSession.
*
interactiveChannel — Chaîne contenant le nom du canal interactif.
*
interactiveChannel doit correspondre exactement au nom du canal interactif défini dans Campaign. Ce nom est sensible à la casse.
Valeur de retour
Aucune.
Exemple
L'exemple suivant est un extrait d'une méthode executeBatch appelant startSession.
String interactiveChannel="Accounts Website";
. . .
Command startSessionCommand = new CommandImpl();
startSessionCommand.setInteractiveChannel(interactiveChannel);