/*! Copyright (c) 2019, XAPPmedia */ export type AogPlatform = "actions-on-google"; export type ActionsIntentConfirmation = "actions.intent.CONFIRMATION"; export type ActionsIntentDateTime = "actions.intent.DATETIME"; export type ActionsIntentDeliveryAddress = "actions.intent.DELIVERY_ADDRESS"; export type ActionsIntentLink = "actions.intent.LINK"; export type ActionsIntentMain = "actions.intent.MAIN"; export type ActionsIntentMediaStatus = "actions.intent.MEDIA_STATUS"; export type ActionsIntentOption = "actions.intent.OPTION"; export type ActionsIntentPermission = "actions.intent.PERMISSION"; export type ActionsIntentSignIn = "actions.intent.SIGN_IN"; export type ActionsIntentSurfaceChange = "actions.intent.NEW_SURFACE"; export type ActionsIntentText = "actions.intent.TEXT"; export type ActionsIntentTransactionCheck = "actions.intent.TRANSACTION_REQUIREMENTS_CHECK"; export type ActionsIntentTransactionDecision = "actions.intent.TRANSACTION_DECISION"; export type AudioPlayerPlaybackFinishedType = "FINISHED"; export type AudioPlayerRequestTypes = AudioPlayerPlaybackFinishedType;