Kể từ ngày 13 tháng 6 năm 2023, Hành động trò chuyện không còn được dùng nữa. Để biết thêm thông tin, hãy xem phần Hành động trò chuyện ngừng hoạt động.
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Mỗi dự án Actions đều có một lệnh gọi chính mặc định đóng vai trò là điểm truy cập mặc định vào dự án Actions của bạn. Mô hình ngôn ngữ cho lệnh gọi này được liên kết với tên hiển thị của dự án, vì vậy, người dùng chỉ cần nói một cụm từ tương tự như "Ok Google, hãy trò chuyện với <display name>" để sử dụng lời gọi này. Khi người dùng gọi Hành động của bạn theo cách này, thời gian chạy của Trợ lý sẽ khớp với ý định của hệ thống actions.intent.MAIN.
[null,null,["Cập nhật lần gần đây nhất: 2025-07-26 UTC."],[[["\u003cp\u003eEvery Actions project has a default main invocation that serves as the entry point, triggered by users saying a phrase like \u003cem\u003e"Ok Google, talk to \u003c/em\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis main invocation is linked to the \u003ccode\u003eactions.intent.MAIN\u003c/code\u003e system intent, which is automatically triggered when users invoke your Actions project using its display name.\u003c/p\u003e\n"],["\u003cp\u003eThe language model for the main invocation is directly associated with your project's display name, making it easy for users to initiate the conversation.\u003c/p\u003e\n"]]],[],null,["# Main invocation\n\nEvery Actions project has a default, main invocation that acts as the default entry point into your Actions project. The language model for this invocation is associated with your project's display name, so users just need to say a phrase similar to *\"Ok Google, talk to \\\u003cdisplay name\\\u003e\"* to use this invocation. When users invoke your Actions in this manner, the Assistant runtime matches the `actions.intent.MAIN` system intent.\n\nCreate the main invocation\n--------------------------\n\nActions Builder Actions SDK\n\nTo create the main invocation, follow these steps:"]]