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 available for `GetDeploymentRequest` is 2.23.0, but this document is for version 1.7.0, which is part of a historical list of versions ranging from 1.0.0 to 2.23.0."],["`GetDeploymentRequest` is the request message used for `Deployments.GetDeployment` in Google Cloud Dialogflow CX v3."],["The `GetDeploymentRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetDeploymentRequest` class has two constructors, a default constructor and one that takes another `GetDeploymentRequest` as a parameter."],["The class contains two key properties, `DeploymentName` which is a typed view of the resource, and `Name`, a required string property specifying the deployment resource name in the proper format."]]],[]]