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 webpage provides documentation for `VersionMetrics`, a class within the `Google.Cloud.Dialogflow.Cx.V3` namespace used for managing version metrics in Dialogflow CX experiments."],["This `VersionMetrics` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The available versions of the `VersionMetrics` class can be accessed via the links provided, ranging from version 1.0.0 to the latest version, 2.23.0."],["The `VersionMetrics` class has properties such as `Metrics`, which is a `RepeatedField` containing the inference results, `SessionCount`, which stores the number of sessions allocated to a specific version, and `Version`, which is the name of the associated flow version."],["The documentation includes two constructors, `VersionMetrics()`, and `VersionMetrics(Experiment.Types.Result.Types.VersionMetrics other)`, and includes inherited members that allow for object handling and manipulation."]]],[]]