record_guest_interaction_to_evidence
Record a guest interaction to the vacation rental's evidence chain. Creates a verified evidence record of the interaction. Pass property_id, interaction_type (inquiry, complaint, request, confirmation), content text, and channel (mcp, voice, sms, email). Optional: booking_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | No | Channel: mcp, voice, sms, email | |
| content | Yes | Interaction content/summary | |
| booking_id | No | Booking UUID (optional) | |
| property_id | Yes | Property UUID | |
| interaction_type | Yes | Type: inquiry, complaint, request, confirmation |