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/<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 page provides reference documentation for the `GetDeploymentRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for .NET, detailing its implementation as part of the Dialogflow v3 API."],["The documentation lists all available versions of the `GetDeploymentRequest`, ranging from the latest version 2.23.0 down to version 1.0.0, offering access to past releases."],["The `GetDeploymentRequest` class is used to request the retrieval of a deployment, as specified in the Dialogflow API's `Deployments.GetDeployment` method."],["The `GetDeploymentRequest` class inherits from the object class and implements the IMessage, IEquatable, IDeepCloneable, and IBufferMessage interfaces, giving it various functionalities such as deep cloning and equality comparisons."],["The class has properties including `DeploymentName`, a typed view over the `Name` property, and `Name`, which is a string that holds the required resource name of the deployment."]]],[]]