public sealed class VersionMetrics : IMessage<Experiment.Types.Result.Types.VersionMetrics>, IEquatable<Experiment.Types.Result.Types.VersionMetrics>, IDeepCloneable<Experiment.Types.Result.Types.VersionMetrics>, IBufferMessage, IMessage
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 content focuses on the `VersionMetrics` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically in the context of experiment results, and lists all the versions of this class, starting at 2.23.0 and going back to 1.0.0."],["The `VersionMetrics` class, which is sealed and inherits from multiple interfaces, represents version variants and their associated metrics within the Dialogflow CX framework, and it's used to allocate a number of sessions to each version."],["Key properties of the `VersionMetrics` class include `Metrics`, a repeated field of `Metric` types, `SessionCount`, an integer representing allocated sessions, and `Version`, a string containing the version's full resource name path."],["There are two constructors for the `VersionMetrics` class, one is the default, and the other takes an `Experiment.Types.Result.Types.VersionMetrics` object, enabling duplication of existing instances."],["The webpage allows you to see the documentation of each version of VersionMetrics, from the most recent to the first."]]],[]]