public sealed class GetDeploymentRequest : IMessage<GetDeploymentRequest>, IEquatable<GetDeploymentRequest>, IDeepCloneable<GetDeploymentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class GetDeploymentRequest.
The request message for
[Deployments.GetDeployment][google.cloud.dialogflow.cx.v3.Deployments.GetDeployment].
Required. The name of the
[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 webpage provides reference documentation for the `GetDeploymentRequest` class within the Dialogflow v3 API for .NET, spanning versions from 1.0.0 to the latest 2.23.0."],["The `GetDeploymentRequest` class is a request message used to retrieve deployment information via `Deployments.GetDeployment` within the Google Cloud Dialogflow CX v3 service."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["Key properties of the `GetDeploymentRequest` class include `DeploymentName` (a typed view over the resource name) and `Name`, which is a required string representing the full resource name of the Deployment."],["There are two constructors available for the `GetDeploymentRequest` class, a parameterless constructor and one that accepts another instance of `GetDeploymentRequest`."]]],[]]