Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Simple

Optional. The first voice and text-only response.

Represents a simple prompt to be send to a user.

Optional. The last voice and text-only response.

Hierarchy

  • Simple

Properties

Properties

Optional speech

speech: undefined | string

Optional. Represents the speech to be spoken to the user. Can be SSML or text to speech. If the "override" field in the containing prompt is "true", the speech defined in this field replaces the previous Simple prompt's speech.

Optional text

text: undefined | string

Optional text to display in the chat bubble. If not given, a display rendering of the speech field above will be used. Limited to 640 chars. If the "override" field in the containing prompt is "true", the text defined in this field replaces to the previous Simple prompt's text.

Generated using TypeDoc