AgentPlatformSettingsRequestModel class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

AgentPlatformSettingsRequestModel({AuthSettings? auth, EvaluationSettings? evaluation, WidgetConfigInput? widget, Map<String, dynamic>? dataCollection, ConversationInitiationClientDataConfigInput? overrides, AgentCallLimits? callLimits, PrivacyConfig? privacy, AgentWorkspaceOverridesInput? workspaceOverrides})
const
AgentPlatformSettingsRequestModel.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 ConversationInitiationClientDataConfigInput?
final
privacy PrivacyConfig?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
widget WidgetConfigInput?
final
workspaceOverrides AgentWorkspaceOverridesInput?
final

Methods

copyWith({AuthSettings? auth, EvaluationSettings? evaluation, WidgetConfigInput? widget, Map<String, dynamic>? dataCollection, ConversationInitiationClientDataConfigInput? overrides, AgentCallLimits? callLimits, PrivacyConfig? privacy, AgentWorkspaceOverridesInput? workspaceOverrides}) AgentPlatformSettingsRequestModel

Available on AgentPlatformSettingsRequestModel, provided by the $AgentPlatformSettingsRequestModelExtension extension

copyWithWrapped({Wrapped<AuthSettings?>? auth, Wrapped<EvaluationSettings?>? evaluation, Wrapped<WidgetConfigInput?>? widget, Wrapped<Map<String, dynamic>?>? dataCollection, Wrapped<ConversationInitiationClientDataConfigInput?>? overrides, Wrapped<AgentCallLimits?>? callLimits, Wrapped<PrivacyConfig?>? privacy, Wrapped<AgentWorkspaceOverridesInput?>? workspaceOverrides}) AgentPlatformSettingsRequestModel

Available on AgentPlatformSettingsRequestModel, provided by the $AgentPlatformSettingsRequestModelExtension 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 AgentPlatformSettingsRequestModel Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(AgentPlatformSettingsRequestModel instance)