대화형 작업이 2023년 6월 13일에 지원 중단되었습니다. 자세한 내용은
대화 작업 지원 중단을 참고하세요.
LinkValueSpec
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
앱에서 actions.intent.LINK의 입력으로 전달됩니다.
| 필드 |
openUrlAction |
object (OpenUrlAction)
앱이 연결되어야 하는 대상입니다. 웹 URL, 대화식 링크 또는 Android 인텐트일 수 있습니다. 웹 URL은 일부 웹사이트로 흐름을 전달하는 데 사용됩니다. 대화형 링크는 다른 AoG 앱으로 연결되는 딥 링크를 제공하는 데 사용됩니다. Android 인텐트 URI는 Android 인텐트를 트리거하는 데 사용됩니다. 이 경우 packageName을 지정해야 합니다.
|
dialogSpec |
object (DialogSpec)
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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"]]