public sealed class GetExperimentRequest : IMessage<GetExperimentRequest>, IEquatable<GetExperimentRequest>, IDeepCloneable<GetExperimentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class GetExperimentRequest.
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/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/experiments/<ExperimentID>.
[[["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-04-09 UTC."],[[["This page provides documentation for the `GetExperimentRequest` class within the Google Cloud Dialogflow CX v3 API, specifically for .NET development."],["The `GetExperimentRequest` class is used to structure the request message for retrieving experiment data through the `Experiments.GetExperiment` method."],["The page lists various available versions of the `GetExperimentRequest` class, ranging from the latest version 2.23.0 down to version 1.0.0."],["The `GetExperimentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["Key properties of `GetExperimentRequest` include `ExperimentName` (a typed resource name) and `Name` (a string representing the resource path for the environment)."]]],[]]