Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateIntentParams

Parameters for the createIntent operation.

Hierarchy

  • CreateIntentParams

Index

Properties

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.

Optional headers

headers: OutgoingHttpHeaders

Optional includeAudit

includeAudit: boolean

Whether to include the audit properties (created and updated timestamps) in the response.

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-.

workspaceId

workspaceId: string

Unique identifier of the workspace.

Generated using TypeDoc