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-08-29 UTC。
[null,null,["最終更新日 2024-08-29 UTC。"],[[["The JSON schema defines options for customizing how orders are presented to users."],["`actionDisplayName` is a string field used to specify the type of order action (e.g., place order, pay, buy) and is displayed in prompts and suggestions to the user."],["It can accept values like `PLACE_ORDER`, `PAY`, `BUY`, `SEND`, `BOOK`, `RESERVE`, `SCHEDULE`, and `SUBSCRIBE` to represent different order actions."]]],[]]