detect_guest_message_threat_pattern
Analyze a guest message or conversation for concerning patterns that may indicate risks to the vacation rental host. Pass the message text and optional conversation_history for context. Returns threat assessment and recommended response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Message text to analyze | |
| booking_id | No | Booking UUID for context | |
| conversation_history | No | Previous messages for context |