Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Her Actions projesinin, Actions projenize varsayılan giriş noktası olarak işlev gören bir varsayılan ana çağrısı vardır. Bu çağrının dil modeli, projenizin görünen adıyla ilişkilidir. Bu nedenle, kullanıcıların bu çağrıyı kullanmak için "Ok Google, <display name> ile konuş" gibi bir ifade söylemesi yeterlidir. Kullanıcılar Actions'ınızı bu şekilde çağırdığında Asistan'ın çalışma zamanı, actions.intent.MAIN sisteminin amacı ile eşleşir.
Ana çağrıyı oluşturun
Ana çağrıyı oluşturmak için aşağıdaki adımları uygulayın:
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2024-09-10 UTC."],[[["Every Actions project has a default main invocation that serves as the entry point, triggered by users saying a phrase like *\"Ok Google, talk to \u003cdisplay name\u003e\"*."],["This main invocation is linked to the `actions.intent.MAIN` system intent, which is automatically triggered when users invoke your Actions project using its display name."],["The language model for the main invocation is directly associated with your project's display name, making it easy for users to initiate the conversation."]]],[]]