public sealed class GetExperimentRequest : IMessage<GetExperimentRequest>, IEquatable<GetExperimentRequest>, IDeepCloneable<GetExperimentRequest>, IBufferMessage, IMessage
The request message for [Experiments.GetExperiment][google.cloud.dialogflow.cx.v3.Experiments.GetExperiment].
Required. The name of the [Environment][google.cloud.dialogflow.cx.v3.Environment].
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/environments/<Environment ID>/experiments/<Experiment 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 provided content is a documentation page for the `GetExperimentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace in the .NET library, showing the different versions of the API, from 1.0.0 to the latest 2.23.0."],["The `GetExperimentRequest` class is used to send a request message for the `Experiments.GetExperiment` method in the Dialogflow CX API, which is used to get information about a specific experiment."],["The class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable\u003cGetExperimentRequest\u003e`, `IDeepCloneable\u003cGetExperimentRequest\u003e`, and `IBufferMessage`."],["The document details the `GetExperimentRequest` class's properties, such as `ExperimentName` and `Name`, along with their types and descriptions, as well as its constructors, which provide ways to create new instances of the request object."],["The content includes a list of accessible versions of the class, with 2.23.0 being the most recent, and shows the links to each version's documentation."]]],[]]