[[["わかりやすい","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。"],[[["\u003cp\u003eThe AddMessage endpoint utilizes a JSON structure for data input.\u003c/p\u003e\n"],["\u003cp\u003eThis JSON structure contains a single "message" field, which holds a Message object.\u003c/p\u003e\n"],["\u003cp\u003eThe Message object structure is further detailed in its dedicated documentation page, linked within the table.\u003c/p\u003e\n"]]],["The core content defines the JSON structure used when the `AddMessage` endpoints are called. It specifies that the resource utilizes a JSON representation with a single field, `message`. This `message` field is an object, detailed further in the `Message` schema, which can be found at the provided link `(/wallet/reference/rest/v1/Message)`. The table format clearly presents this JSON representation and the associated field, `message`.\n"],null,["- [JSON representation](#SCHEMA_REPRESENTATION)\n\nResource used when the AddMessage endpoints are called.\n\n| JSON representation |\n|-----------------------------------------------------------------------|\n| ``` { \"message\": { object (/wallet/reference/rest/v1/Message) } } ``` |\n\n| Fields ||\n|-----------|-----------------------------------------------------------|\n| `message` | `object (`[Message](/wallet/reference/rest/v1/Message)`)` |"]]