AgentConfigs class
Constructors
-
AgentConfigs({String? displayName, String? description, String? image, FileConfig? fileConfig, List? customQuestions, bool? isSpeech2text, List<String>? languages, Map<String, dynamic>? colors, String? voice_code})
-
-
AgentConfigs.fromJson(Map<String, dynamic> json)
-
factory
Methods
-
copyWith({String? displayName, String? description, String? image, FileConfig? fileConfig, List? customQuestions, bool? isSpeech2text, List<String>? languages, Map<String, dynamic>? colors, String? voice_code})
→ AgentConfigs
-
-
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