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."],[[["This webpage provides documentation for the `GetDeploymentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, used for requesting deployment information from Dialogflow CX."],["The latest version available for `GetDeploymentRequest` is 2.23.0, with a range of previous versions also accessible, starting from 1.0.0 up to 2.22.0."],["The `GetDeploymentRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["It includes properties such as `DeploymentName` (a typed view) and `Name` (a string), used to specify the target deployment resource by name."],["The primary function of `GetDeploymentRequest` is to form the request message for the `Deployments.GetDeployment` method, allowing retrieval of deployment details."]]],[]]