사용자를 다른 플레이북으로 연결하는 안내.
플레이북은 ${PLAYBOOK: playbook_name} 형식을 사용해서 참조됩니다.
특정 플레이북 도구를 사용하기 위한 안내
도구는 ${TOOL: tool_name} 형식을 사용해서 참조됩니다.
사용자를 대화형 에이전트(Dialogflow CX) 흐름으로 연결하는 안내.
흐름은 ${FLOW: flow_name} 형식을 사용해서 참조됩니다.
각 단계 설명은 -로 시작하며 들여쓰기를 사용해서 하위 단계를 정의할 수 있습니다.
예를 들면 다음과 같습니다.
- 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"]],["최종 업데이트: 2025-04-03(UTC)"],[[["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."]]],[]]