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 および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[[["わかりやすい","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-26 UTC。"],[],["The document outlines a JSON representation for customizing order presentation. The key element is `actionDisplayName`, a string field specifying the action type. Possible values include `PLACE_ORDER`, `PAY`, `BUY`, `SEND`, `BOOK`, `RESERVE`, `SCHEDULE`, and `SUBSCRIBE`. This field determines how the order is displayed and proposed to the user in prompts and suggestions, using a specific name to describe the action.\n"]]