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 latest version of the `GetDeploymentRequest` class is 2.23.0, part of the Google.Cloud.Dialogflow.Cx.V3 package."],["This class is a request message utilized for retrieving a deployment, specifically through the `Deployments.GetDeployment` method."],["It inherits from `Object` and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetDeploymentRequest` class includes constructors for creating instances and a property called `Name` to specify the unique identifier of the deployment being requested, with a `DeploymentName` typed view available."],["There are various previous versions of this class available, ranging from 1.0.0 to 2.22.0, each with its own documentation."]]],[]]