Options
All
  • Public
  • Public/Protected
  • All
Menu

Class VirtualAlexa

Hierarchy

  • VirtualAlexa

Index

Constructors

constructor

  • new VirtualAlexa(interactor: SkillInteractor, model: InteractionModel, locale: string, applicationID?: string): VirtualAlexa
  • internal

    Parameters

    • interactor: SkillInteractor
    • model: InteractionModel
    • locale: string
    • Optional applicationID: string

    Returns VirtualAlexa

Methods

addressAPI

audioPlayer

call

context

dialogManager

dynamoDB

endSession

  • Sends a SessionEndedRequest to the skill Does not wait for a reply, as there should be none

    Parameters

    • Default value sessionEndedReason: SessionEndedReason = SessionEndedReason.USER_INITIATED
    • Optional errorData: any

    Returns Promise<SkillResponse>

filter

intend

  • intend(intentName: string, slots?: object): Promise<SkillResponse>
  • Sends the specified intent, with the optional map of slot values

    Parameters

    • intentName: string
    • Optional slots: object
      • [id: string]: string

    Returns Promise<SkillResponse>

interactor

  • interactor(): SkillInteractor

launch

request

resetFilter

selectElement

utter

Static Builder

Generated using TypeDoc