会話型アクションのサポートは 2023 年 6 月 13 日に終了しました。詳細については、
会話型アクションの廃止をご覧ください。
LinkValueSpec
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
actions.intent.LINK の入力としてアプリから渡されます。
| フィールド |
openUrlAction |
object (OpenUrlAction)
アプリのリンク先。ウェブ URL、会話リンク、または Android インテントを指定できます。ウェブ URL は、ある特定のウェブサイトにフローを引き渡す場合に使用します。会話リンクは、別の AoG アプリへのディープリンクを提供するために使用されます。Android インテント URI は、Android インテントをトリガーするために使用されます。これには packageName を指定する必要があります。
|
dialogSpec |
object (DialogSpec)
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[null,null,["最終更新日 2025-07-26 UTC。"],[],["The `actions.intent.LINK` input, represented in JSON, contains two key fields: `openUrlAction` and `dialogSpec`. `openUrlAction` specifies the destination for linking, which can be a web URL, a conversational link to another app, or an Android intent. For Android intents, the package name must be included. `dialogSpec` is the second key which contains dialog specification information. This information details where the app should navigate upon the user engaging the intent.\n"]]