public sealed class DeployFlowResponse : IMessage<DeployFlowResponse>, IEquatable<DeployFlowResponse>, IDeepCloneable<DeployFlowResponse>, IBufferMessage, IMessage
The response message for [Environments.DeployFlow][google.cloud.dialogflow.cx.v3.Environments.DeployFlow].
The name of the flow version [Deployment][google.cloud.dialogflow.cx.v3.Deployment].
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/
environments/<Environment ID>/deployments/<Deployment ID>.
[[["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 `DeployFlowResponse` class is used as a response message for deploying flows in Google Cloud Dialogflow CX v3."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and utility within the .NET environment."],["It contains properties like `Deployment` (a string representing the flow version deployment name) and `Environment` (representing the updated environment), providing details about the deployed flow."],["The provided content lists version history and includes information for v1.0.0 through v2.23.0, detailing the Google.Cloud.Dialogflow.Cx.V3.DeployFlowResponse for each respective version."],["The two constructors are DeployFlowResponse(), and DeployFlowResponse(DeployFlowResponse other), which allows for the creation of a new object or the copy of an existing object respectively."]]],[]]