Options
All
  • Public
  • Public/Protected
  • All
Menu

Module interactionModel

Index

Type aliases

DelegationStrategyType

DelegationStrategyType: "ALWAYS" | "SKILL_RESPONSE"

Enumerates delegation strategies used to control automatic dialog management through the defined dialog model. When no delegation strategies are defined, the value SKILL_RESPONSE is assumed.

enum

PromptItemsType

PromptItemsType: "SSML" | "PlainText"

Prompt can be specified in different formats e.g. text, ssml.

enum

SlotValidation

Validation on a slot with support for prompt and confirmation.

interface

ValueSupplier

ValueSupplier: CatalogValueSupplier

Supplier object to provide slot values.

interface