copyWith method
Implementation
BodyAddToKnowledgeBaseV1ConvaiKnowledgeBasePost copyWith(
{dynamic name, String? url, String? file}) {
return BodyAddToKnowledgeBaseV1ConvaiKnowledgeBasePost(
name: name ?? this.name, url: url ?? this.url, file: file ?? this.file);
}