นี่คือชื่อการดำเนินการของคุณ เช่น "Personal Chef" ผู้ใช้จะรวมส่วนนี้กับวลีทริกเกอร์เพื่อเรียกการดำเนินการตามชื่อได้อย่างชัดเจน เช่น "Ok Google ขอคุยกับ Personal Chef"
วลีสำหรับเรียก (ไม่บังคับ)
วลีคำขอเป็นกลไกที่มีประโยชน์ในการเพิ่มการค้นพบการดำเนินการของคุณ และเป็นช่องทางให้ผู้ใช้ทำ Deep Link ในการสนทนาโดยเสนองานที่เฉพาะเจาะจงเพื่อให้บรรลุผล วลีเหล่านี้แสดงให้เห็นถึงวิธีต่างๆ ที่ผู้ใช้อาจขอฟีเจอร์ของการดำเนินการของคุณ เพื่อให้ Google Assistant เข้าใจความสามารถของการดำเนินการของคุณได้ดีขึ้นและจับคู่กับคำขอของผู้ใช้ได้
"หาสูตรอาหารให้ฉัน"
"แนะนำไวน์"
"จองรถโดยสาร"
"เล่นเกม"
"อยากนั่งสมาธิ"
ผู้ใช้จะรวมชื่อคำขอกับวลีคำขอเพื่อเรียก Intent ที่เจาะจงอย่างชัดเจน เช่น "Ok Google คุยกับ Personal Chef เพื่อค้นหาสูตรอาหารให้ฉัน"
Intent การเรียกใช้ที่ชัดเจน
หากมีการเรียกใช้การดำเนินการของคุณอย่างชัดเจนโดยไม่มีวลีเรียกใช้และมีชื่อ
("Ok Google คุยกับ Personal Chef") ระบบจะทริกเกอร์ Intent actions.intent.MAIN ใน
การดำเนินการของคุณ โปรเจ็กต์ Actions ต้องมี Intent หลักเพียงรายการเดียวสำหรับการเรียกใช้ที่อาจไม่เหมาะสมตามชื่อ
หากมีการเรียกการดำเนินการของคุณอย่างชัดเจนด้วยวลีสำหรับเรียกและด้วยชื่อ
("Ok Google คุยกับ Personal Chef สำหรับสูตรซุปวันนี้") จะมีการเรียกใช้ Intent ที่สอดคล้องกับวลีคำขอนั้น
[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 2023-12-02 UTC"],[[["Explicit invocation is when a user directly addresses the Google Assistant and specifies your Action by name, optionally including an invocation phrase for a specific function."],["Actions on Google uses trigger phrases like \"Ok Google, talk to...\" for explicit invocation, which may launch an app instead of the Action if the phrase overlaps with an App Action's built-in intent."],["The invocation name is the name of your Action, which users combine with trigger phrases for explicit invocation; ensure it is easily recognizable by the Assistant and adheres to naming policies."],["Optional invocation phrases increase discoverability and enable deep linking by illustrating user requests for your Action's features, improving the Assistant's understanding of your Action's capabilities."],["Explicit invocation triggers either the `actions.intent.MAIN` intent when invoked by name only, or the intent corresponding to the invocation phrase when one is included."]]],[]]