Chatbot
...
Build your chatbot
Question settings
Google Maps plugin
3min
to use a google maps validation in your chatbot, you'll need to use a text question type, and choose the address autocomplete (google) validation on your question settings docid\ r8ejhyxkqsbnrb87gnkn7 you can optimize your google maps results by filtering deepelly on what you need note this filters aplly to all the flow, so you can not have diferent filters in diferent questions filter addresses open the console, enter this script servicechatdata serviceform googleplaces = 'address'; save the flow filter countries open the console, enter this script servicechatdata serviceform country='es'; change the country accordingly to your needs the country must be passed as a two character, iso 3166 1 alpha 2 compatible country code save the flow filter regions or postal codes open the console, enter this script servicechatdata serviceform googleplaces = '(regions)'; save the flow filter cities open the console, enter this script servicechatdata serviceform googleplaces = '(cities)'; save the flow