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 Dialogflow v3 API in the .NET environment."],["The `GetDeploymentRequest` class is used to request information about a specific deployment via the `Deployments.GetDeployment` method."],["The page lists various versions of the API, from version 1.0.0 all the way to 2.23.0, with the most recent being version 2.23.0."],["The documentation details the `GetDeploymentRequest` class's inheritance, implemented interfaces, constructors, and properties, including the `Name` and `DeploymentName` properties."],["The `Name` property of `GetDeploymentRequest` is required and specifies the full resource name of the requested deployment."]]],[]]