save_delivery_address
Saves the owner's home address into AgentPay by parsing the spoken phrase into structured courier fields (street, house, apartment, entrance, phone).
Instructions
Save the owner's home address into the AgentPay cabinet, parsed into courier fields. Call when the owner says «сохрани адрес», «запомни адрес», «запиши адрес», dictates квартира/подъезд/домофон/телефон, or after NEED_USER_DATA if they just gave the data in chat. Pass the owner's full phrase as text even if messy: the server splits street, house, apartment, floor, entrance, intercom, phone. Optional structured fields override the parse. Never invent missing parts. After success, tell the owner sayToUserRu (the field breakdown). Waiting orders resume automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | ||
| text | No | Owner's address phrase in Russian, as said in chat | |
| floor | No | ||
| house | No | House and block, e.g. 28к4 | |
| phone | No | ||
| street | No | ||
| comment | No | ||
| building | No | ||
| entrance | No | ||
| intercom | No | ||
| apartment | No | ||
| postalCode | No | ||
| recipientName | No |