{"requestId": string,"continued": boolean,"extensions": [{"@type": string,field1: ...,...}],// Union field result can be only one of the following:"error": {object (Status)},"response": {"@type": string,field1: ...,...}// End of list of possible types for union field result.}
फ़ील्ड
requestId
string
उस अनुरोध का requestId जिसका जवाब यह मैसेज है.
continued
boolean
अगर यह सही है, तो इस जवाब के बाद, इस जवाब की ही जवाब स्ट्रीम में अन्य जवाब मिलेंगे.
extensions[]
object
ऐप्लिकेशन के जवाब का खास मेटाडेटा.
ऐसा ऑब्जेक्ट जिसमें किसी भी तरह के फ़ील्ड शामिल हो सकते हैं. एक अन्य फ़ील्ड "@type" में, टाइप की पहचान करने वाला यूआरआई होता है. उदाहरण: { "id": 1234, "@type": "types.example.com/standard/id" }.
यूनियन फ़ील्ड result. जवाब का नतीजा, जो error या मान्य response हो सकता है. result इनमें से कोई एक हो सकता है:
अगर अनुरोध को प्रोसेस करने में कोई गड़बड़ी हुई है, तो गड़बड़ी का नतीजा.
response
object
अगर कॉल पूरा हो गया है, तो रिस्पॉन्स पेलोड.
ऐसा ऑब्जेक्ट जिसमें किसी भी तरह के फ़ील्ड शामिल हो सकते हैं. एक अन्य फ़ील्ड "@type" में, टाइप की पहचान करने वाला यूआरआई होता है. उदाहरण: { "id": 1234, "@type": "types.example.com/standard/id" }.
[[["समझने में आसान है","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"]],["आखिरी बार 2025-03-13 (UTC) को अपडेट किया गया."],[],[]]