Interaction

object Interaction
Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case class ChooseOption(text: String) extends Interaction
case object HangUp extends Interaction
class HangUpException extends RuntimeException
case class Press(dtmfs: List[DTMF]) extends Interaction
case class WaitForDial(f: String => Boolean) extends Interaction
case class WaitForOriginate(f: (String, String, Seq[String]) => Boolean) extends Interaction
case class WaitForSayable(f: Sayable => Boolean) extends Interaction

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror