public sealed class DeployFlowResponse : IMessage<DeployFlowResponse>, IEquatable<DeployFlowResponse>, IDeepCloneable<DeployFlowResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class DeployFlowResponse.
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 latest version of the Dialogflow v3 API's `DeployFlowResponse` is 2.23.0, with numerous prior versions available for reference, spanning from 1.0.0 to the present release."],["`DeployFlowResponse` is a class that provides the response message for the `Environments.DeployFlow` operation within the Dialogflow v3 API, as a part of the namespace `Google.Cloud.Dialogflow.Cx.V3`."],["This class implements interfaces such as `IMessage\u003cDeployFlowResponse\u003e`, `IEquatable\u003cDeployFlowResponse\u003e`, `IDeepCloneable\u003cDeployFlowResponse\u003e`, `IBufferMessage`, and `IMessage`."],["The class contains properties like `Deployment`, a string that holds the name of the deployed flow version and `Environment`, which holds the updated environment where the flow is deployed."],["The `DeployFlowResponse` class provides two constructors, a default constructor `DeployFlowResponse()` and a copy constructor `DeployFlowResponse(DeployFlowResponse other)`."]]],[]]