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 webpage provides documentation for the `DeployFlowMetadata` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for .NET development."],["The latest version documented is 2.23.0, with a range of versions from 1.0.0 to 2.23.0, all related to the DeployFlowMetadata, available for reference."],["`DeployFlowMetadata` is used to manage the metadata returned from the `Environments.DeployFlow` long-running operation, allowing users to track and understand the operation's progress and results."],["This class implements various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to take part in various functionality."],["The `DeployFlowMetadata` class contains a `TestErrors` property, which is a `RepeatedField` that holds any errors encountered during the deployment tests, helping developers identify and solve any issues."]]],[]]