Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Intent

Intent.

Hierarchy

  • Intent

Index

Properties

Optional created

created: string

The timestamp for creation of the object.

Optional description

description: string

The description of the intent. This string cannot contain carriage return, newline, or tab characters.

Optional examples

examples: Example[]

An array of user input examples for the intent.

intent

intent: string

The name of the intent. This string must conform to the following restrictions:

  • It can contain only Unicode alphanumeric, underscore, hyphen, and dot characters.
  • It cannot begin with the reserved prefix sys-.

Optional updated

updated: string

The timestamp for the most recent update to the object.

Generated using TypeDoc