I would like to integrate widgets that correspond to App actions voice commands into the Google Assistant. I've been following the documentation here and everything seems to work fine. I have one issue i cant seem to find a solution for, and that is a way to control the widget height accurately based on its content.
The documentation everywhere treats these Google Assistant widgets as ones that need to also be surfaced to the home screen, and therefore are also constrained by the home screen cells limitations (see here). But i just want to surface them to Google (aka Assistant), which is not bound to the same limitations.
From what i've seen with existing Assistant widgets, they are pretty flexible and adjusting pretty nicely to whatever content they are showing.
Examples: check the widgets shown by saying "Whats the weather?" (height: 440px), "Get info about Schiphol airport" (height: 264px), "Navigation direction to Schiphol airport" (height: 362px), "Whats the time?" (height: 156px).
Is there a way to adjust these widgets' height on the fly that im missing?