Address Search
The Address Search service returns a formatted address based on the unformatted address input by you. The formatted address is useful for matching with customer addresses that may be stored in third-party systems. The Address Search service can utilize one of three different third-party address processors: Azure Address Search, Google's Geocode Search, or HERE Geocode Search.
Service Configuration
validAddress
: A valid result was found.invalidAddress
: No valid result was found.
Dialog Usage
Add the service to your dialog as usual. A sample input set is shown below:

Result Examples
Address search using Azure search with input fields:
Schönhauser Allee 9, Berlin
azure
DE
1
Output fields showing the results, limited to the first address only.
Schönhauser Allee 9, 10119 Berlin
10119
Berlin
Schönhauser Allee
9
Deutschland
Berlin
lat: 52.53007
lng: 13.41091
The rest of the output fields will be set to empty.
FAQ
Last updated
Was this helpful?