MultiLanguageRecognizerConfiguration interface
- Extends
-
RecognizerConfiguration
Properties
| language |
|
| recognizers |
Inherited Properties
| id | |
| telemetry |
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