setInteractiveChannel
setInteractiveChannel(interactiveChannel)
setInteractiveChannel 메소드는 startSession 명령에서 사용되는 대화식 채널 이름을 정의합니다.
*
interactiveChannel - 대화식 채널 이름을 포함하는 문자열입니다.
*
interactiveChannel 이름은 Campaign에 정의된 대화식 채널 이름과 정확히 일치해야 합니다. 대소문자를 구분합니다.
리턴 값
없음
다음 예는startSession을 호출하는 executeBatch 메소드에서 발췌한 것입니다.
String interactiveChannel="Accounts Website";
. . .
Command startSessionCommand = new CommandImpl();
startSessionCommand.setInteractiveChannel(interactiveChannel);