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 the .NET environment."],["The latest version available is 2.23.0, with a range of previous versions also documented, dating back to version 1.0.0, all of which pertain to the `DeployFlowResponse` API."],["`DeployFlowResponse` is a message class utilized for the response in `Environments.DeployFlow`, inheriting from `object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors and two primary properties, `Deployment` (a string), and `Environment` (of type Environment), which provide information about the flow version and the updated environment."],["The provided documentation covers the class's constructors, properties, implemented interfaces, inherited members, and namespace, all related to how the DeployFlowResponse class is utilized in the Dialogflow v3 API."]]],[]]