تم إيقاف إجراءات المحادثات نهائيًا في 13 حزيران (يونيو) 2023. لمزيد من المعلومات، يُرجى الاطّلاع على
إنهاء إجراءات المحادثة.
DeliveryAddressValue
bookmark_borderbookmark
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تم إرجاعه إلى التطبيق كمخرج لـ "actions.intent.DELIVERY_ADDRESS
".
الحقول |
userDecision |
enum (DeliveryAddressUserDecision )
قرار المستخدم بشأن الطلب
|
location |
object (Location )
يحتوي على عنوان التسليم فقط عندما يوافق المستخدم على مشاركة عنوان التسليم
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-08-22 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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-08-22 (حسب التوقيت العالمي المتفَّق عليه)"],[[["`actions.intent.DELIVERY_ADDRESS` output is returned in JSON format containing `userDecision` and `location` fields."],["`userDecision` reflects the user's choice about sharing their delivery address, represented by the `DeliveryAddressUserDecision` enum."],["`location` only includes the delivery address if the user agrees to share it, structured as a `Location` object."]]],["The core content details the JSON output for `actions.intent.DELIVERY_ADDRESS`. It consists of two main components: `userDecision` and `location`. `userDecision`, an enumerated type, reflects the user's choice regarding the request. `location`, an object, contains the delivery address, but only if the user agrees to share it. This JSON structure is returned to the application as a response related to the delivery address intent.\n"]]