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