public sealed class GetDeploymentRequest : IMessage<GetDeploymentRequest>, IEquatable<GetDeploymentRequest>, IDeepCloneable<GetDeploymentRequest>, IBufferMessage, IMessage
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/<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."],[[["The page provides documentation for the `GetDeploymentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for .NET development."],["This class is a request message used in the `Deployments.GetDeployment` method to retrieve deployment information and is part of the Google Cloud Dialogflow CX V3 API."],["The document outlines the inheritance hierarchy, showing that `GetDeploymentRequest` inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It details the constructors for `GetDeploymentRequest`, including a default constructor and one that takes another `GetDeploymentRequest` object as a parameter for copying."],["The properties `DeploymentName` and `Name` are documented, with `Name` being a required string for specifying the deployment's resource name, following a defined format."],["The page contains links to various previous versions, with 2.23.0 being the latest release, and a history of versions back to 1.0.0."]]],[]]