PresentationRequirement
Stay organized with collections
Save and categorize content based on your preferences.
Requirement for the presentation of the disclosure.
Enums |
REQUIREMENT_UNSPECIFIED |
Unspecified requirement. Should not set this explicitly. |
REQUIREMENT_OPTIONAL |
The disclosure is optional. It can be skipped if the device does not supporting showing disclosures. |
REQUIREMENT_REQUIRED |
The disclosure is required. The conversation will be punt to phone if the device does not support showing disclosures. |
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."],[[["\u003cp\u003eThe \u003ccode\u003eRequirement\u003c/code\u003e enum defines whether a disclosure must be shown, is optional, or not specified.\u003c/p\u003e\n"],["\u003cp\u003eIf \u003ccode\u003eREQUIREMENT_REQUIRED\u003c/code\u003e is set and the device doesn't support disclosures, the conversation will be redirected to the phone.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eREQUIREMENT_OPTIONAL\u003c/code\u003e allows skipping the disclosure if the device lacks support, while \u003ccode\u003eREQUIREMENT_UNSPECIFIED\u003c/code\u003e should be avoided.\u003c/p\u003e\n"]]],[],null,["# PresentationRequirement\n\nRequirement for the presentation of the disclosure.\n\n| Enums ||\n|---------------------------|------------------------------------------------------------------------------------------------------------------------|\n| `REQUIREMENT_UNSPECIFIED` | Unspecified requirement. Should not set this explicitly. |\n| `REQUIREMENT_OPTIONAL` | The disclosure is optional. It can be skipped if the device does not supporting showing disclosures. |\n| `REQUIREMENT_REQUIRED` | The disclosure is required. The conversation will be punt to phone if the device does not support showing disclosures. |"]]