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 `VersionMetrics` class is a sealed class representing version variant metrics within the Google Cloud Dialogflow CX V3 API, specifically for experimental results."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling, equality comparisons, deep cloning, and buffer management."],["The class provides properties for `Metrics`, which is a collection of metric data with corresponding confidence intervals, `SessionCount`, indicating the number of sessions allocated to a specific version, and `Version`, which identifies the flow version within the Dialogflow project."],["It has two constructors: a default constructor and another that accepts an existing `VersionMetrics` object for creating a new instance based on another."],["The latest version of `VersionMetrics` is 2.23.0, and the content includes a list of accessible documentation for previous versions spanning from 2.22.0 to 1.0.0."]]],[]]