Options
All
  • Public
  • Public/Protected
  • All
Menu

Configuration for a single intent task.

Hierarchy

  • IntentConfig

Index

Properties

displayName: string

Display name for the intent, visible to the user.

elements: { failure: { name: string; value: string }; success: { name: string; value: string } }

Type declaration

  • failure: { name: string; value: string }
    • name: string
    • value: string
  • success: { name: string; value: string }
    • name: string
    • value: string
executionMode: "Manual" | "Automatic"

Specifies the execution mode of the intent.

  • "Manual": User-triggered execution
  • "Automatic": System-triggered execution
formCapture: boolean

flag indicating whether this element is used for task assist form capture functionality.

intentDescription: string

A short description of the intent's purpose.

intentName: string

The internal identifier name for the intent.

intentParams: IntentParam[]

List of parameters required for the intent execution.

isActive: boolean

Indicates whether the intent is currently active.

isDeleted: boolean

Indicates whether the intent is deleted.

timeout: number

Timeout for the intent execution, in seconds.

Generated using TypeDoc