Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdateExampleParams

Parameters for the updateExample operation.

Hierarchy

  • UpdateExampleParams

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 newMentions

newMentions: Mention[]

An array of contextual entity mentions.

Optional newText

newText: string

The text of the 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.

text

text: string

The text of the user input example.

workspaceId

workspaceId: string

Unique identifier of the workspace.

Generated using TypeDoc