The confirmation decision. Use after conv.ask(new Confirmation)
The user provided date and time. Use after conv.ask(new DateTime)
The order delivery address. Only use after calling conv.ask(new DeliveryAddress).
Only use after calling conv.ask(new DigitalPurchaseCheck).
True if it is the final reprompt related to silent input from the user.
This should be used along with the actions.intent.NO_INPUT
intent to give the final
response to the user after multiple silences and should be an conv.close
which ends the conversation.
The link non status argument. Is undefined as a noop. Use {@link Status#get|conv.arguments.status.get('LINK')} to explicitly get the status.
The status of MEDIA_STATUS intent.
The result of conv.ask(new NewSurface)
True if user has triggered conversation on a new device following the
actions.intent.NEW_SURFACE
intent.
The option key user chose from options response. Only use after calling conv.ask(new List) or conv.ask(new Carousel).
True if the request follows a previous request asking for permission from the user and the user granted the permission(s). Otherwise, false. Only use after calling conv.ask(new Permission) or conv.ask(new UpdatePermission).
The user provided place. Use after conv.ask(new Place).
True if user accepted update registration request. Used with conv.ask(new RegisterUpdate)
The number of subsequent reprompts related to silent input from the user.
This should be used along with the actions.intent.NO_INPUT
intent to reprompt the
user for input in cases where the Google Assistant could not pick up any speech.
The status of user sign in request. Use after conv.ask(new SignIn)
The transaction decision information. Is object with userDecision only if user declines. userDecision will be one of GoogleActionsV2TransactionDecisionValueUserDecision. Only use after calling conv.ask(new TransactionDecision).
The transactability of user. Only use after calling conv.ask(new TransactionRequirements). Undefined if no result given.
The updates user id. Only use after calling conv.ask(new UpdatePermission).
Generated using TypeDoc
The complete purchase information. Only use after calling conv.ask(new CompletePurchase).