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 a response message for deploying flows within the Dialogflow CX environment."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for comprehensive functionality."],["The class contains properties for `Deployment`, a string indicating the deployment's name and location, and `Environment`, which shows the updated environment of the deployed flow."],["This documentation provides a history of the `DeployFlowResponse` class, with the latest version being 2.23.0 and going back to version 1.0.0."],["The `DeployFlowResponse` class has two constructors: a default one, and another to take in another `DeployFlowResponse` object to copy its parameters."]]],[]]