Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DialogCommandInterface

DialogCommand-Daten beinhaltet den Namen des Kommandos (ACTION, SPEAK, WAIT) und weitere optionale Parameter.

ACTION: action - Name der auszufuehrenden Funktion type - Name des Elementtyps (ButtonOnly z.B) element - Name des Elementes

SPEAK: textId - Name des auszugebenden Textes/Audiofdatei

WAIT: time - Zeit in Sekunden, die gewartet werden soll

Hierarchy

  • DialogCommandInterface

Index

Properties

Optional action

action: string

Optional element

element: string

name

name: string

Optional textId

textId: string

Optional time

time: number

Optional type

type: string

Generated using TypeDoc