如何在 Google 智能助理中获取我的设备的时区?

How can I get the timezone my device in Google Assistant?

我想在 Google 助理中获取我设备的时区。我创建了 Google 操作,添加了 DialogFlow 作为实现工具。 在开始与用户交谈之前,我想说 morning/Hello/Good 晚安,但对于此操作,我需要从 Dialogflow 或 Google 控制台或类似的东西获取设备的 timezone/time一。 例如,在 Amazon Alexa 中,要获取时区,您只需发送带有 deviceId 的请求,例如 '/v2/devices/ {deviceId>/settings/System.timeZone'。 是否可以像 Amazon Alexa 或类似的东西一样做?

该平台不提供获取用户或给定设备时区的方法。