ConciergeAgent
A virtual concierge that provides venue information, answers questions about amenities and services, helps with bookings, and gives directions.
venue_name
Name of the venue or business.
services
List of services offered (e.g., ["room service", "spa bookings"]).
amenities
Dictionary of amenities. Each key is an amenity name, and the value is a dict of
details (typically hours and location, but any key-value pairs are accepted).
hours_of_operation
Dictionary of operating hours by department or service. Defaults to {"default": "9 AM - 5 PM"}.
special_instructions
Additional instructions appended to the agent’s prompt (e.g., ["Mention the daily happy hour."]).
welcome_message
Custom greeting spoken when the call begins. When set, configures static_greeting with no-barge mode.
name
Agent name for identification and logging.
route
HTTP route for this agent.