IsChatbot property: ServiceAPI class
Description
Use the IsChatbot property to determine whether the request came from ODA.
Example
if %This.ServiceAPI.IsChatbot then
/* perform Chatbot specific update */
End-if;
Description
Use the IsChatbot property to determine whether the request came from ODA.
Example
if %This.ServiceAPI.IsChatbot then
/* perform Chatbot specific update */
End-if;