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 document provides reference information for the `DeployFlowResponse` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for the .NET environment, which is part of the Dialogflow v3 API."],["The `DeployFlowResponse` class is the response message for deploying a flow in Dialogflow CX and it inherits from `object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one, `DeployFlowResponse()`, and one that takes another `DeployFlowResponse` object, `DeployFlowResponse(DeployFlowResponse)`, as a parameter for copying."],["Key properties of `DeployFlowResponse` include `Deployment`, which is a string containing the deployment's name in a specific format, and `Environment`, which is an object of type `Environment` that contains the details of the updated environment in which the flow is deployed."],["The document also lists a history of versions for the API, ranging from version 2.23.0 down to 1.0.0, with links to the documentation for the `DeployFlowResponse` at each of those version points."]]],[]]