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 documentation for the `GetDeploymentRequest` class within the Google Cloud Dialogflow CX v3 API, specifically focusing on version 2.11.0 and its associated methods and properties."],["The `GetDeploymentRequest` class is used to request details about a specific deployment and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class features two constructors, `GetDeploymentRequest()` and `GetDeploymentRequest(GetDeploymentRequest other)`, and the provided document lists and describes the parameters for the second constructor."],["The class has properties such as `DeploymentName` (a `DeploymentName`-typed view) and `Name` (a string), which is a required property specifying the full resource path of the requested deployment."],["The page also lists links to documentation for multiple other versions of the `GetDeploymentRequest` class, ranging from version 2.23.0 (latest) down to 1.0.0, providing version history and different version access."]]],[]]