Pricing question
Scenario: A lead asks about one-bedroom pricing.
System behavior: AI searches the active pricing document for that property and drafts a response.
Result: Agent reviews and sends an accurate answer.
AI communication assistant
AI drafts SMS and email responses using the guest card, recent communications, detected intent, approved templates, and Document Center knowledge.
Response Drafting reduces typing effort while keeping agents in control. AI should not invent pricing, policies, or availability. When the answer depends on property facts, it should retrieve from the Document Center / AI Knowledge Base.
flowchart TD
A[Inbound SMS/Email/Form] --> B[Intent Recognition]
B --> C[Load Guest Card Context]
C --> D[Retrieve Document Center Content]
D --> E[Generate Draft + Confidence]
E --> F{Mode + Confidence}
F -->|Assistive AI| G[Pending Review Task]
F -->|Automation AI + High Confidence + Low Risk| H[Eligible for Auto-Send]
F -->|Low Confidence / Sensitive| G
G --> I[Agent Approve/Edit/Reject]
H --> J[Send Message]
I --> J
J --> K[Audit Log]
AI should improve from agent behavior without bypassing governance.
Scenario: A lead asks about one-bedroom pricing.
System behavior: AI searches the active pricing document for that property and drafts a response.
Result: Agent reviews and sends an accurate answer.
Scenario: A visitor asks a simple pet policy question at 2 AM.
System behavior: In Automation AI mode, if the active policy document is found and confidence is high, response may be eligible for auto-send based on configuration.
Result: Prospect gets immediate answer while action is audited.
Scenario: A lead asks about complex care or unclear pricing.
System behavior: AI creates a draft and routes it to pending task list for approval.
Result: User approves/edits before send.