Beberapa produk dan fitur sedang dalam proses penggantian nama. Fitur playbook dan alur generatif juga dimigrasikan ke satu konsol gabungan. Lihat detailnya.
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Petunjuk playbook menentukan proses yang harus dilakukan
untuk mencapai sasaran playbook.
Setiap langkah berisi petunjuk bahasa alami yang dapat berisi salah satu dari hal berikut:
Petunjuk dasar yang dapat dipahami LLM.
Petunjuk untuk mengarahkan pengguna ke playbook lain.
Playbook dirujuk menggunakan bentuk
${PLAYBOOK: playbook_name}.
Petunjuk untuk menggunakan alat playbook tertentu.
Alat dirujuk menggunakan bentuk
${TOOL: tool_name}.
Petunjuk untuk mengarahkan pengguna ke alur Agen Percakapan (Dialogflow CX).
Alur dirujuk menggunakan formulir
${FLOW: flow_name}.
Setiap deskripsi langkah dimulai dengan -,
dan Anda dapat menentukan subpetunjuk menggunakan indentasi.
Contoh:
- 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}.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-04-09 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."]]],[]]