copyWith method
Implementation
BodyCreateTextDocumentV1ConvaiKnowledgeBaseTextPost copyWith(
{String? text, dynamic name}) {
return BodyCreateTextDocumentV1ConvaiKnowledgeBaseTextPost(
text: text ?? this.text, name: name ?? this.name);
}
BodyCreateTextDocumentV1ConvaiKnowledgeBaseTextPost copyWith(
{String? text, dynamic name}) {
return BodyCreateTextDocumentV1ConvaiKnowledgeBaseTextPost(
text: text ?? this.text, name: name ?? this.name);
}