public sealed class Experiment.Types.Result.Types.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."],[[["This webpage provides documentation for the `VersionMetrics` class within the Google Cloud Dialogflow CX v3 API, specifically for .NET developers, covering versions from 1.0.0 up to the latest 2.23.0."],["The `VersionMetrics` class, used for experiment results, is a public sealed class that implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for data handling and comparison."],["The class has properties such as `Metrics` (containing a list of experiment metrics), `SessionCount` (indicating the number of allocated sessions), and `Version` (specifying the associated Dialogflow flow version)."],["There are two constructors available, one parameterless and one allowing for copying an existing instance of `VersionMetrics`, with the latter taking an object of the type `Experiment.Types.Result.Types.VersionMetrics`."],["The documentation details the inheritance and implementation hierarchy, showing that `VersionMetrics` inherits from `object` and implements multiple interfaces, and also shows other inherited methods."]]],[]]