Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Expected

Hierarchy

Implements

Properties

Accessors

Properties

Optional languageCode

languageCode: undefined | string

Expected language (in BCP-47 format) of user's next input. For a list of supported languages, see https://developers.google.com/assistant/console/languages-locales

Optional speech

speech: string[]

List of phrases the Action expects from the user's utterance for speech biasing. Up to 1000 phrases are allowed. Note: This field has the same meaning as ExpectedInput.speech_biasing_hints in the v2 API.

Accessors

language

  • get language(): undefined | string
  • set language(value: string | undefined): void

Generated using TypeDoc