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

Properties

colors Map<String, dynamic>?
final
customQuestions List?
final
description String?
final
displayName String?
final
fileConfig FileConfig?
final
hashCode int
The hash code for this object.
no setterinherited
image String?
final
isSpeech2text bool?
final
languages List<String>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
voice_code String?
final

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

Operators

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