public sealed class VersionMetrics : IMessage<Experiment.Types.Result.Types.VersionMetrics>, IEquatable<Experiment.Types.Result.Types.VersionMetrics>, IDeepCloneable<Experiment.Types.Result.Types.VersionMetrics>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class Experiment.Types.Result.Types.VersionMetrics.
The name of the flow [Version][google.cloud.dialogflow.cx.v3.Version].
Format: projects/<Project ID>/locations/<Location
ID>/agents/<Agent ID>/flows/<Flow ID>/versions/<Version 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 document provides reference information for the `VersionMetrics` class within the Google Cloud Dialogflow CX v3 API, specifically in the context of experiment results."],["This class, `VersionMetrics`, represents a variant within an experiment and the metrics associated with it, with various versions ranging from 1.0.0 to the latest version 2.23.0 available, each linked for reference."],["`VersionMetrics` class, part of the namespace `Google.Cloud.Dialogflow.Cx.V3`, implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["Key properties of `VersionMetrics` include `Metrics`, a repeated field for storing experiment metrics, `SessionCount`, indicating the number of sessions allocated, and `Version`, providing the associated flow version's resource name."],["There are two constructors for the `VersionMetrics` class, one being a default, and the other one being able to make a copy of the data from a `VersionMetrics` object that is provided as an argument."]]],[]]