AgentPlatformSettingsResponseModel class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
-
AgentPlatformSettingsResponseModel({AuthSettings? auth, EvaluationSettings? evaluation, WidgetConfigOutput? widget, Map<
String, dynamic> ? dataCollection, ConversationInitiationClientDataConfigOutput? overrides, AgentCallLimits? callLimits, PrivacyConfig? privacy, AgentWorkspaceOverridesOutput? workspaceOverrides, SafetyResponseModel? safety}) -
const
-
AgentPlatformSettingsResponseModel.fromJson(Map<
String, dynamic> json) -
factory
Properties
- auth → AuthSettings?
-
final
- callLimits → AgentCallLimits?
-
final
-
dataCollection
→ Map<
String, dynamic> ? -
final
- evaluation → EvaluationSettings?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- overrides → ConversationInitiationClientDataConfigOutput?
-
final
- privacy → PrivacyConfig?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- safety → SafetyResponseModel?
-
final
- widget → WidgetConfigOutput?
-
final
- workspaceOverrides → AgentWorkspaceOverridesOutput?
-
final
Methods
-
copyWith(
{AuthSettings? auth, EvaluationSettings? evaluation, WidgetConfigOutput? widget, Map< String, dynamic> ? dataCollection, ConversationInitiationClientDataConfigOutput? overrides, AgentCallLimits? callLimits, PrivacyConfig? privacy, AgentWorkspaceOverridesOutput? workspaceOverrides, SafetyResponseModel? safety}) → AgentPlatformSettingsResponseModel -
Available on AgentPlatformSettingsResponseModel, provided by the $AgentPlatformSettingsResponseModelExtension extension
-
copyWithWrapped(
{Wrapped< AuthSettings?> ? auth, Wrapped<EvaluationSettings?> ? evaluation, Wrapped<WidgetConfigOutput?> ? widget, Wrapped<Map< ? dataCollection, Wrapped<String, dynamic> ?>ConversationInitiationClientDataConfigOutput?> ? overrides, Wrapped<AgentCallLimits?> ? callLimits, Wrapped<PrivacyConfig?> ? privacy, Wrapped<AgentWorkspaceOverridesOutput?> ? workspaceOverrides, Wrapped<SafetyResponseModel?> ? safety}) → AgentPlatformSettingsResponseModel -
Available on AgentPlatformSettingsResponseModel, provided by the $AgentPlatformSettingsResponseModelExtension 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 AgentPlatformSettingsResponseModel Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(AgentPlatformSettingsResponseModel instance)