LinkDialogSpec
Stay organized with collections
Save and categorize content based on your preferences.
JSON representation |
{
"destinationName": string,
"requestLinkReason": string
} |
Fields |
destinationName |
string
The name of the app or site this request wishes to linking to. The TTS will be created with the title "Open ". Also used during confirmation, "Can I send you to ?" If we know the actual title of the link that is being handed off to, we will ignore this field and use the appropriate title. Max 20 chars.
|
requestLinkReason |
string
A string that is added to the end of the confirmation prompt to explain why we need to link out. Example: "navigate to pick up your coffee?" This can be appended to the confirmation prompt like "Can I send you to Google Maps to navigate to pick up your coffee?"
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["The JSON object for linking requests requires `destinationName` and `requestLinkReason` fields."],["`destinationName` provides the name of the app or website for linking, used in the TTS prompt."],["`requestLinkReason` explains the purpose of the link and is added to the confirmation prompt for context."]]],[]]