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."],[[["This page provides documentation for the `DeployFlowResponse` class within the Google Cloud Dialogflow CX v3 API, specifically for the .NET platform."],["The `DeployFlowResponse` class is a response message used when deploying flows via `Environments.DeployFlow`, and it has methods to support implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists various versions of the Dialogflow CX v3 API, ranging from version 1.0.0 up to the latest version of 2.23.0, providing documentation for each version's implementation of `DeployFlowResponse`."],["The `DeployFlowResponse` class contains two key properties, `Deployment` which specifies the deployment name, and `Environment`, which specifies the updated environment of the deployed flow."]]],[]]