Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateExampleParams

Parameters for the createExample operation.

Hierarchy

  • CreateExampleParams

Index

Properties

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

Optional mentions

mentions: Mention[]

An array of contextual entity mentions.

text

text: string

The text of a user input example. This string must conform to the following restrictions:

  • It cannot contain carriage return, newline, or tab characters.
  • It cannot consist of only whitespace characters.

workspaceId

workspaceId: string

Unique identifier of the workspace.

Generated using TypeDoc