setInteractiveChannel(interactiveChannel)
![]() |
interactiveChannel - 包含交互式渠道名称的字符串。
|
![]() |
interactiveChannel 必须与 Campaign 中定义的交互式渠道的名称精确匹配。 它是区分大小写的。
|
String interactiveChannel="Accounts Website";
. . .
Command startSessionCommand = new CommandImpl();
startSessionCommand.setInteractiveChannel(interactiveChannel);
Copyright IBM Corporation 2013. All Rights Reserved.
|