2024 年 7 月 31 日をもって、Google ビジネス メッセージはご利用いただけなくなります。詳しくは
こちらをご覧ください。
Receipt
JSON 表現 |
{
"message": string,
"receiptType": enum (ReceiptType )
} |
フィールド |
message |
string
領収書に関連付けられているメッセージ。「conversations/{conversationId}/messages/{messageId}」に解決されます。{conversationId} は会話の一意の ID、{messageId} はメッセージの一意の ID です。
|
receiptType |
enum (ReceiptType )
領収書のタイプ。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-22 UTC。
[null,null,["最終更新日 2024-08-22 UTC。"],[[["A message receipt confirms delivery and provides details about a specific message within a conversation."],["It includes the message itself, identified by its unique ID within a conversation, and the type of receipt, such as read or delivered."],["The receipt data is structured in JSON format with 'message' and 'receiptType' fields for easy processing."]]],[]]