setEvent(event)
![]() |
event - 包含事件名称的字符串。
|
![]() |
event 的名称必须与交互式渠道中定义事件名称完全匹配。它是区分大小写的。
|
String eventName = "SearchExecution";
Command postEventCommand = new CommandImpl();
postEventCommand.setMethodIdentifier(Command.COMMAND_POSTEVENT);
postEventCommand.setEventParameters(postEventParameters);
postEventCommand.setEvent(eventName);
Copyright IBM Corporation 2013. All Rights Reserved.
|