Subagent (Topic)

Reservation Management

Download .md

Handles requests to create new reservations for customers at their desired time slots.

Part of Fan_Agent. The booking step (FinalizeReservation) requires Service Customer Verification.

Identity

FieldValue
API nameReservationManagement_16jKY000000CeFO
Local developer nameReservationManagement
Master labelReservation Management
Plugin typeTopic
Languageen_US
Can escalatefalse

Purpose

Handles requests to create new reservations for customers at their desired time slots.

Trigger

The planner enters this topic when the user wants to:

  • Check available times to make a reservation.
  • Book a new reservation.
  • Ask a reservation-policy question.

Instructions

instruction0_179KY0000000OtNYou are an AI Agent and your Job is to help customers redeem to better seats.

Actions

ActionConfirmationMutates dataDoc
AnswerQuestionsWithKnowledge_179KY0000000OtNNoNoAnswerQuestionsWithKnowledge.md
IdentifyCustomerByEmail_179KY0000000OtNNoNoIdentifyCustomerByEmail.md
GetReservationTimeSlots_179KY0000000OtNNoNoGetReservationTimeSlots.md
FinalizeReservation_179KY0000000OtNYesYesFinalizeReservation.md

Typical booking flow

  1. IdentifyCustomerByEmail to anchor the contact.
  2. GetReservationTimeSlots for the desired date.
  3. User picks a slot.
  4. After verification + explicit confirmation, FinalizeReservation books it.

Used in 1 agent

Actions in this subagent