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."],[[["The content provides reference documentation for the `GetDeploymentRequest` class within the Google Cloud Dialogflow CX v3 API, specifically for .NET."],["The latest version of the documentation is for version 2.23.0, and there are numerous previous versions documented, spanning from 1.0.0 to 2.22.0."],["`GetDeploymentRequest` is a request message used for retrieving a deployment from Dialogflow, as part of the `Deployments.GetDeployment` operation."],["The class `GetDeploymentRequest` inherits from `object` and implements several interfaces, such as `IMessage`, `IEquatable\u003cGetDeploymentRequest\u003e`, `IDeepCloneable\u003cGetDeploymentRequest\u003e`, and `IBufferMessage`."],["It includes constructors for creating new instances, either empty or by copying another `GetDeploymentRequest` object, along with properties like `DeploymentName` and `Name` for configuring the request."]]],[]]