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-08 UTC."],[[["This document provides reference documentation for the `GetExperimentRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, covering versions from 1.0.0 up to the latest version 2.23.0."],["The `GetExperimentRequest` class is used to request data for experiments within Dialogflow CX and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `GetExperimentRequest` inherits from `object` and its primary purpose is to serve as the request message for `Experiments.GetExperiment` in the Dialogflow v3 API."],["The class includes two constructors `GetExperimentRequest()`, and `GetExperimentRequest(GetExperimentRequest other)`, along with two key properties: `ExperimentName` and `Name`."],["The `Name` property is required and represents the full resource name of the target environment in the format: `projects/\u003cProjectID\u003e/locations/\u003cLocationID\u003e/agents/\u003cAgentID\u003e/environments/\u003cEnvironmentID\u003e/experiments/\u003cExperimentID\u003e`."]]],[]]