Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MessageOutputSpelling

Properties describing any spelling corrections in the user input that was received.

Hierarchy

  • MessageOutputSpelling

Index

Properties

Optional original_text

original_text: string

The original user input text. This property is returned only if autocorrection is enabled and the user input was corrected.

Optional suggested_text

suggested_text: string

Any suggested corrections of the input text. This property is returned only if spelling correction is enabled and autocorrection is disabled.

Optional text

text: string

The user input text that was used to generate the response. If spelling autocorrection is enabled, this text reflects any spelling corrections that were applied.

Generated using TypeDoc