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/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/deployments/<DeploymentID>.
[[["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-04-09 UTC."],[[["This document provides reference documentation for the `DeployFlowResponse` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for .NET, with the latest version being 2.23.0 and going down to version 1.0.0."],["The `DeployFlowResponse` class is part of the Dialogflow v3 API and is used as a response message for the `Environments.DeployFlow` operation."],["`DeployFlowResponse` inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Deployment` (a string representing the flow version's deployment name) and `Environment` (the updated environment object where the flow is deployed)."],["The document lists all available versions of the documentation for `DeployFlowResponse`, showcasing a history of releases, all the way from version 1.0.0 up to the latest 2.23.0."]]],[]]