AgentConfigAPIModelOutput class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- AgentConfigAPIModelOutput({String? firstMessage, String? language, DynamicVariablesConfig? dynamicVariables, PromptAgentOutput? prompt})
-
const
-
AgentConfigAPIModelOutput.fromJson(Map<
String, dynamic> json) -
factory
Properties
- dynamicVariables → DynamicVariablesConfig?
-
final
- firstMessage → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- language → String?
-
final
- prompt → PromptAgentOutput?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? firstMessage, String? language, DynamicVariablesConfig? dynamicVariables, PromptAgentOutput? prompt}) → AgentConfigAPIModelOutput -
Available on AgentConfigAPIModelOutput, provided by the $AgentConfigAPIModelOutputExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? firstMessage, Wrapped<String?> ? language, Wrapped<DynamicVariablesConfig?> ? dynamicVariables, Wrapped<PromptAgentOutput?> ? prompt}) → AgentConfigAPIModelOutput -
Available on AgentConfigAPIModelOutput, provided by the $AgentConfigAPIModelOutputExtension extension
-
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const AgentConfigAPIModelOutput Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(AgentConfigAPIModelOutput instance)