DeliveryAddressValueSpec

  • DeliveryAddressValueSpec is passed as input for actions.intent.DELIVERY_ADDRESS.

  • It contains an addressOptions field to configure the delivery address dialog.

  • The addressOptions object includes a reason field for the app to provide a hint about why the address is requested.

Passed by the app as input for actions.intent.DELIVERY_ADDRESS.

JSON representation
{
  "addressOptions": {
    object (AddressOptions)
  }
}
Fields
addressOptions

object (AddressOptions)

Configuration for delivery address dialog.

AddressOptions

Options when asking for a delivery address.

JSON representation
{
  "reason": string
}
Fields
reason

string

App can optionally pass a short text giving user a hint why delivery address is requested. For example, "Grubhub is asking your address for [determining the service area].", the text in [] is the custom TTS that should be populated here.