BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatch class

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

Constructors

BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatch({dynamic conversationConfig, dynamic platformSettings, dynamic name, dynamic tags})
const
BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatch.fromJson(Map<String, dynamic> json)
factory

Properties

conversationConfig → dynamic
final
hashCode int
The hash code for this object.
no setteroverride
name → dynamic
final
platformSettings → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags → dynamic
final

Methods

copyWith({dynamic conversationConfig, dynamic platformSettings, dynamic name, dynamic tags}) BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatch

Available on BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatch, provided by the $BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchExtension extension

copyWithWrapped({Wrapped? conversationConfig, Wrapped? platformSettings, Wrapped? name, Wrapped? tags}) BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatch

Available on BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatch, provided by the $BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchExtension 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