Hello
Please look at Custom Slot Mappings.
You can return {"hotel_name": name} without returning a value for person:
def extract_hotel_name(self, dispatcher, tracker, domain):
name = tracker.get_latest_entity_values("hotel_name")
return {"hotel_name": name}