Assistant class
Constructors
-
Assistant({required String id, required String name, required String description, required String imageUuid, required String welcomeMessage, UsageSettings? usageSettings, KBSettings? kbSettings, required List<
CustomAction> customActions, required AssistantType type, required ReplyMode replyMode, AiModel? model, String costMessage = "", List<String> capabilities = const [], AssistantApiKeyConfig? apiKeyConfig}) -
Assistant.fromMap(Map<
String, dynamic> json) -
factory
Properties
- apiKeyConfig ↔ AssistantApiKeyConfig?
-
getter/setter pair
-
capabilities
↔ List<
String> -
getter/setter pair
- costMessage ↔ String
-
getter/setter pair
-
customActions
↔ List<
CustomAction> -
getter/setter pair
- description ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String
-
getter/setter pair
- imageUuid ↔ String
-
getter/setter pair
- kbSettings ↔ KBSettings?
-
getter/setter pair
- model ↔ AiModel?
-
getter/setter pair
- name ↔ String
-
getter/setter pair
- replyMode ↔ ReplyMode
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ AssistantType
-
getter/setter pair
- usageSettings ↔ UsageSettings?
-
getter/setter pair
- welcomeMessage ↔ String
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited