toInteractiveMessage method

InteractiveMessage toInteractiveMessage()

Implementation

InteractiveMessage toInteractiveMessage() {
  interactiveData[ModelFieldConstants.customData] = customData;
  return this;
}