संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
प्रोटो की परिभाषा
// Represents a fare with a breakdown of the different amounts that compose its// total price.messageFare{// Message to represent a fare breakdown.messageLineItem{// The line item type is used to provide a breakdown of the fare for display// to the user. If additional line item types are required please reach out// to the Google Transport team.enumLineItemType{BASE_FARE=1;SERVICE_CHARGE=2;TAXES=3;}LineItemTypeline_item_type=1;.google.type.Moneyamount=2;}// Total amount of the fare. This is equal to the sum of all the line items..google.type.Moneytotal_amount=1;// Details about the different parts that constitute the total amount. The// sum of all the line items must be equal to total_amount.repeatedLineItemline_items=2;}
[[["समझने में आसान है","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-07-25 (UTC) को अपडेट किया गया."],[],[]]