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 page provides reference documentation and code samples for the `GetDeploymentRequest` class in the Dialogflow v3 API."],["It includes a list of available versions, ranging from 1.0.0 up to the latest version 2.23.0, for the `GetDeploymentRequest` class."],["`GetDeploymentRequest` is a request message used to retrieve a deployment using `Deployments.GetDeployment` and contains information about deployment details, such as name and deployment name."],["The `GetDeploymentRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, while inheriting members from the base `object` class."],["It also provides details about the `GetDeploymentRequest` class constructors, properties like `DeploymentName` and `Name`, and their usage within the Google Cloud Dialogflow CX v3 API, within the namespace `Google.Cloud.Dialogflow.Cx.V3`."]]],[]]