public sealed class UpdateWorkflowTemplateRequest : IMessage<UpdateWorkflowTemplateRequest>, IEquatable<UpdateWorkflowTemplateRequest>, IDeepCloneable<UpdateWorkflowTemplateRequest>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of `UpdateWorkflowTemplateRequest` is 5.17.0, while multiple prior versions are also available, dating back to 3.1.0."],["`UpdateWorkflowTemplateRequest` is a class used to request updates to a workflow template."],["This class implements multiple interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The `Template` property within `UpdateWorkflowTemplateRequest` is required and expects a `WorkflowTemplate` object, where the version field must match the current version."],["The class offers two constructors: one default constructor and another that accepts an `UpdateWorkflowTemplateRequest` object as a parameter."]]],[]]