public sealed class DeployFlowMetadata : IMessage<DeployFlowMetadata>, IEquatable<DeployFlowMetadata>, IDeepCloneable<DeployFlowMetadata>, IBufferMessage, IMessage
Metadata returned for the [Environments.DeployFlow][google.cloud.dialogflow.cx.v3.Environments.DeployFlow] long running
operation.
[[["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 available for `Google.Cloud.Dialogflow.Cx.V3.DeployFlowMetadata` is 2.23.0, with a range of versions from 1.0.0 up to this most recent release."],["`DeployFlowMetadata` is a class used to manage the metadata for long-running operations related to the deployment of flows in the Dialogflow CX environment."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for enhanced functionality and compatibility."],["The `DeployFlowMetadata` class includes a `TestErrors` property which is a collection of `TestError` objects, used to manage and report any errors that occurred during deployment tests."],["There are two constructors available for `DeployFlowMetadata`: a default constructor and a constructor that takes another `DeployFlowMetadata` instance as a parameter for copying."]]],[]]