Transactions API のサポートは 2023 年 6 月 13 日に終了します。2023 年 5 月 3 日に終了します。詳細については、
会話型アクションの廃止をご覧ください。
PresentationOptions
ユーザーへの注文の提示をカスタマイズするためのオプション。
JSON 表現 |
{
"actionDisplayName": string
} |
フィールド |
actionDisplayName |
string
actionDisplayName には次のいずれかの値を指定できます。 PLACE_ORDER : 発注に使用されます。PAY : 支払いに使用されます。BUY : 購入に使用されます。SEND : 送金に使用されます。BOOK : 予約に使用されます。RESERVE : 予約に使用されます。SCHEDULE : 予約をスケジュールするために使用されます。SUBSCRIBE : サブスクリプションに使用されます。
actionDisplayName は、この注文を最もよく表すアクションの名前を表します。これは、ユーザーに注文を提示するときにプロンプトや候補ワードなどのさまざまな場所で使用されます。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-10-14 UTC。
[null,null,["最終更新日 2024-10-14 UTC。"],[[["JSON representation is used to customize how an order is presented to the user."],["`actionDisplayName` is a string field that categorizes the order's primary action (e.g., placing an order, making a payment)."],["This categorization influences how the order is presented to the user, such as in prompts or suggestion chips."],["Possible values for `actionDisplayName` include: `PLACE_ORDER`, `PAY`, `BUY`, `SEND`, `BOOK`, `RESERVE`, `SCHEDULE`, and `SUBSCRIBE`."]]],[]]