Google Address Validation
google_address_validationThe Address Validation API allows developers to verify the accuracy of addresses by validating and standardizing them, and determining their geocode.
Acciones disponibles (2)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Provide Validation FeedbackGOOGLE_ADDRESS_VALIDATION_PROVIDE_VALIDATION_FEEDBACKAcciónTool to provide feedback on an address validation attempt. Use after completing an address validation sequence.
GOOGLE_ADDRESS_VALIDATION_PROVIDE_VALIDATION_FEEDBACKAcciónTool to provide feedback on an address validation attempt. Use after completing an address validation sequence.
Parámetros de entrada
conclusionstringObligatorioenumOutcome of the sequence of validation attempts. Must not be VALIDATION_CONCLUSION_UNSPECIFIED
VALIDATION_CONCLUSION_UNSPECIFIEDVALIDATED_VERSION_USEDUSER_VERSION_USEDUNVALIDATED_VERSION_USEDUNUSEDresponseIdstringObligatorioID of the response this feedback is for; the responseId from the first validateAddress response
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Validate AddressGOOGLE_ADDRESS_VALIDATION_VALIDATE_ADDRESSAcciónTool to validate and standardize addresses. Use when you need detailed parsing, geocode, and deliverability verdict of an address.
GOOGLE_ADDRESS_VALIDATION_VALIDATE_ADDRESSAcciónTool to validate and standardize addresses. Use when you need detailed parsing, geocode, and deliverability verdict of an address.
Parámetros de entrada
addressobjectObligatorioAddress to validate; use addressLines for unformatted addresses.
sessionTokenstringAutocomplete session token (URL-safe base64, ≤36 chars).
enableUspsCassbooleanEnable USPS CASS mode (US/PR only).
languageOptionsobjectPreview language options.
previousResponseIdstringFor follow-up requests; omit on first request.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not