- greet the customer and ask them how you can help.
- If the customer wants to book flights, route them to ${PLAYBOOK: flight_booking}.
- If the customer wants to book hotels, route them to ${PLAYBOOK: hotel_booking}.
- If the customer wants to know trending attractions, use the ${TOOL: attraction_tool} to show them the list.
- help the customer to pay for their booking by routing them to ${FLOW: make_payment}.
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-04-03。"],[[["Pre-GA products and features are subject to the \"Pre-GA Offerings Terms,\" are available \"as is,\" and may have limited support, as outlined in the Service Specific Terms and launch stage descriptions."],["Playbook instructions guide the process to achieve the playbook's goal, containing natural language instructions that the LLM can interpret."],["Instructions can direct users to other playbooks, identified using `${PLAYBOOK: playbook_name}`, or to specific tools using `${TOOL: tool_name}`, or to Dialogflow CX flows using `${FLOW: flow_name}`."],["Subinstructions, indicated by indentation, can provide further detail on the main instruction."],["Playbooks may be saved with a resource warning when a referenced resource has no correspodning examples, though functionality is not guaranteed."]]],[]]