Yeah. It’s not possible with Google Home. Google Home’s API doesn’t allow for this kind of interaction from anything. And, to my knowledge, there are not even any native google skills/apps that use this kind of functionality. The only exceptions are:
Alarms, which are handled locally, and don’t actually ask a question and wait for an answer, they just make noise.
Notifications, which tell you that you have a notification, but you still have to ask to hear them.
broadcasts, which can be replied to.
On second thought, I guess you could hack it in using broadcasts. It would be a lot of steps though.
You’d have to build a Google Assistant Device (there’s an SDK for this).
Then have it use the broadcast feature (exactly the same as saying “hey google, broadcast it’s hot in the living room. would you like me to turn on the air conditioner”).
All the Google Home devices would announce “broadcast from Daniel, it’s hot in the living room. would you like me to turn on the air conditioner”.
At which would you could say “ok google, reply with yes”.
And then your process acting as the Google Assistant device could get the reply and do something about it.
To be more specific, you’ve posted this in “Feature Requests”, which makes me understand that you don’t this isn’t possible now but that you want a Home Assistant developer to build this functionality.
What I’m trying to tell you is it’s not possible for a Home Assistant developer to add this feature because Google Home doesn’t allow it. There are hacky, workaround kind of ways to make something like this happen, but, the feature, as you’ve requested it, is not possible today. Maybe some day Google will open their devices up a bit more.
It is actually possible with Alexa, you need to login to the cloud dev portal, register your alexa device, create a new skill and configure some stuff to pass to your home assistant. I have set it up and it works great.
you can have it ask you a yes/no question, or provide a number or keyword, then have your automations do something based on that response. This is true home assistance.