Keywords
Keywords are configurable for text and data type. You can add, update, or delete keywords using the <keyword Name=""> attribute. Using this attribute, you can add synonyms and translated responses. The following example shows synonym keywords.
<keyword name="START" dataCoding="1" response="Your phone number is now subscribed to AtHoc. Reply HELP for help or call 888.462.8462 for AtHoc Support. Msg & data rates may apply." action="3"/> <keyword name="BEGIN" dataCoding="1" response="Your phone number is now subscribed to AtHoc. Reply HELP for help or call 888.462.8462 for AtHoc Support. Msg & data rates may apply." action="3"/>
"Start" is a synonym of "Begin".
The following example contains a keyword in French and a translated response.
<keyword name="AIDE" dataCoding="0" response="Alertes AtHoc. Contactez support@athoc.com ou 888 462- 8462 pour obtenir de l'aide. Frais std de msgs & donnees peuv s’appl" action="1"/>
The value of the response can be edited as well.