Conversational Actions will be deprecated on June 13, 2023. For more information, see Conversational Actions sunset.

DeliveryAddressValue

Stay organized with collections Save and categorize content based on your preferences.

Returned to the app as output for actions.intent.DELIVERY_ADDRESS.

JSON representation
{
  "userDecision": enum (DeliveryAddressUserDecision),
  "location": {
    object (Location)
  }
}
Fields
userDecision

enum (DeliveryAddressUserDecision)

User's decision regarding the request.

location

object (Location)

Contains delivery address only when user agrees to share the delivery address.