setInteractiveChannel(interactiveChannel)
![]() |
interactiveChannel - 対話式チャネル名を含む文字列。
|
![]() |
interactiveChannel は、Campaign で定義されている対話式チャネルの名前と正確に一致する必要があります。 大/小文字の区別があります。
|
String interactiveChannel="Accounts Website";
. . .
Command startSessionCommand = new CommandImpl();
startSessionCommand.setInteractiveChannel(interactiveChannel);
Copyright IBM Corporation 2013. All Rights Reserved.
|