setInteractionPoint(interactionPoint)
![]() |
interactionPoint-a string containing the interaction point name.
|
![]() |
The interactionPoint must match the name of the interaction point as defined in the interactive channel exactly. It is case-sensitive.
|
String interactionPoint = "Overview Page Banner 1";
int numberRequested=1;
Command getOffersCommand = new CommandImpl();
getOffersCommand.setMethodIdentifier(Command.COMMAND_GETOFFERS);
getOffersCommand.setInteractionPoint(interactionPoint);
getOffersCommand.setNumberRequested(numberRequested);
Copyright IBM Corporation 2014. All Rights Reserved.
|