MultiLanguageRecognizerConfiguration interface

Extends

RecognizerConfiguration

Properties

languagePolicy
recognizers

Inherited Properties

id
telemetryClient

Property Details

languagePolicy

languagePolicy?: Record<string, string[]> | LanguagePolicy

Property Value

Record<string, string[]> | LanguagePolicy

recognizers

recognizers?: Record<string, string> | Record<string, Recognizer>

Property Value

Record<string, string> | Record<string, Recognizer>

Inherited Property Details

id

id?: string

Property Value

string

Inherited From RecognizerConfiguration.id

telemetryClient

telemetryClient?: BotTelemetryClient

Property Value

BotTelemetryClient

Inherited From RecognizerConfiguration.telemetryClient