GoogleCloudDialogflowCxV3FlowMultiLanguageSettings class

Settings for multi-lingual agents.

Constructors

GoogleCloudDialogflowCxV3FlowMultiLanguageSettings({bool? enableMultiLanguageDetection, List<String>? supportedResponseLanguageCodes})
GoogleCloudDialogflowCxV3FlowMultiLanguageSettings.fromJson(Map json_)

Properties

enableMultiLanguageDetection bool?
Enable multi-language detection for this flow.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportedResponseLanguageCodes List<String>?
Agent will respond in the detected language if the detected language code is in the supported resolved languages for this flow.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited