Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ArgumentsParsed

Hierarchy

Indexable

[name: string]: Argument | undefined

Properties

Optional COMPLETE_PURCHASE_VALUE

COMPLETE_PURCHASE_VALUE: CompletePurchaseArgument

The complete purchase information. Only use after calling conv.ask(new CompletePurchase).

Optional CONFIRMATION

CONFIRMATION: ConfirmationArgument

The confirmation decision. Use after conv.ask(new Confirmation)

Optional DATETIME

The user provided date and time. Use after conv.ask(new DateTime)

Optional DELIVERY_ADDRESS_VALUE

DELIVERY_ADDRESS_VALUE: DeliveryAddressArgument

The order delivery address. Only use after calling conv.ask(new DeliveryAddress).

Optional IS_FINAL_REPROMPT

IS_FINAL_REPROMPT: FinalRepromptArgument

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.

Optional LINK

The link non status argument. Is undefined as a noop. Use {@link Status#get|conv.arguments.status.get('LINK')} to explicitly get the status.

Optional MEDIA_STATUS

MEDIA_STATUS: MediaStatusArgument

The status of MEDIA_STATUS intent.

Optional NEW_SURFACE

NEW_SURFACE: NewSurfaceArgument

The result of conv.ask(new NewSurface) True if user has triggered conversation on a new device following the actions.intent.NEW_SURFACE intent.

Optional OPTION

The option key user chose from options response. Only use after calling conv.ask(new List) or conv.ask(new Carousel).

Optional PERMISSION

PERMISSION: PermissionArgument

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).

Optional PLACE

The user provided place. Use after conv.ask(new Place).

Optional REGISTER_UPDATE

REGISTER_UPDATE: RegisterUpdateArgument

True if user accepted update registration request. Used with conv.ask(new RegisterUpdate)

Optional REPROMPT_COUNT

REPROMPT_COUNT: RepromptArgument

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.

Optional SIGN_IN

The status of user sign in request. Use after conv.ask(new SignIn)

Optional TRANSACTION_DECISION_VALUE

TRANSACTION_DECISION_VALUE: TransactionDecisionArgument

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).

Optional TRANSACTION_REQUIREMENTS_CHECK_RESULT

TRANSACTION_REQUIREMENTS_CHECK_RESULT: TransactionRequirementsArgument

The transactability of user. Only use after calling conv.ask(new TransactionRequirements). Undefined if no result given.

Optional UPDATES_USER_ID

The updates user id. Only use after calling conv.ask(new UpdatePermission).

Generated using TypeDoc