ऐक्शन पैकेज (Dialogflow)
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
आप अलग-अलग कॉलम में,
हर स्थान-भाषा के लिए ऐक्शन पैकेज और फिर उन्हें आपके Actions प्रोजेक्ट में अपलोड करना
gactions
टूल का इस्तेमाल करें.
ऐक्शन SDK टूल की मदद से, स्थानीय भाषा के मुताबिक कार्रवाइयां बनाने के लिए:
- हर उस स्थान-भाषा के लिए अलग-अलग Action पैकेज बनाएं जिसके लिए आपको सुविधा देनी है,
देकर उन्हें स्थानीय जगह के अनुसार नाम दें, जैसे कि
action.de.json
और action.en.json
.
इसके अलावा, प्रोजेक्ट में
स्थानीय भाषा के अनुसार कार्रवाई पैकेज और अन्य संसाधन फ़ाइलें.
- अपने ऐक्शन पैकेज में सबसे ऊपर, भाषा की मदद से
locale
एलिमेंट जोड़ें
या स्थान-भाषा का इस्तेमाल करें जिसके लिए आपको सहायता चाहिए. इसके अलावा, स्थानीय भाषा में क्वेरी उपलब्ध कराएं
आपकी कार्रवाइयों के पैटर्न मौजूद हैं, ताकि उपयोगकर्ता
स्थान-भाषा इस्तेमाल कर सकते हैं. उदाहरण के लिए:
{
"locale": "de",
"actions": [
{
"intent": {
"name": "actions.intent.MAIN",
"trigger": {
"queryPatterns": [
"<Insert German query patterns here>"
]
}
}
}
]
}
gactions
टूल का इस्तेमाल करके
आपके Actions प्रोजेक्ट के कार्रवाई पैकेज, जिसमें आपकी हर स्थानीय जगह के अनुसार जानकारी दी जाती है
ऐक्शन पैकेज. उदाहरण के लिए:
./gactions update --project my-project-id --action_package action.de.json --action_package action.en.json --action_package action.fr.json --action_package action.ja.json --action_package action.ko.json
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-09-11 (UTC) को अपडेट किया गया.
[[["समझने में आसान है","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"]],["आखिरी बार 2024-09-11 (UTC) को अपडेट किया गया."],[[["OAuth and Google Sign-In linking combines Google's authentication with custom logins for flexibility."],["This linking type is ideal for Actions needing cross-platform functionality and support for non-Google accounts."],["Users can create accounts using their Google profile, link existing accounts, or sign in with other providers."],["Developers can choose between authorization code or implicit flow based on security and implementation complexity."],["Account linking flows adapt based on service settings and user accounts to create secure and personalized experiences."]]],[]]