Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Expected

Hierarchy

Implements

Constructors

Properties

Accessors

Constructors

constructor

  • Returns Expected

Properties

Optional languageCode

languageCode: 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: undefined | string): void

Generated using TypeDoc