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/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/deployments/<DeploymentID>.
[[["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-04-09 UTC."],[[["This page provides reference documentation for the `GetDeploymentRequest` class within the Google Cloud Dialogflow CX v3 API, specifically for the .NET environment."],["The `GetDeploymentRequest` class is used as a request message for retrieving deployment information via the `Deployments.GetDeployment` method."],["The latest available version of the `GetDeploymentRequest` is 2.23.0, and the page lists all previous versions back to 1.0.0 with links to their respective documentation."],["The class `GetDeploymentRequest` inherits from object and implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `GetDeploymentRequest` has two properties: `DeploymentName` which is of type `DeploymentName`, and `Name` which is a string and is a required field that specifies the name of the deployment."]]],[]]