public sealed class ToolParameterKeyMatchResults : IMessage<ToolParameterKeyMatchResults>, IEquatable<ToolParameterKeyMatchResults>, IDeepCloneable<ToolParameterKeyMatchResults>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class ToolParameterKeyMatchResults.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[[["\u003cp\u003eThis documentation covers the \u003ccode\u003eToolParameterKeyMatchResults\u003c/code\u003e class, which is part of the Vertex AI v1beta1 API within the Google Cloud AI Platform .NET library.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eToolParameterKeyMatchResults\u003c/code\u003e provides results for tool parameter key match metrics and implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes two constructors: a default constructor and one that accepts another \u003ccode\u003eToolParameterKeyMatchResults\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eIt contains one property called \u003ccode\u003eToolParameterKeyMatchMetricValues\u003c/code\u003e, which is a \u003ccode\u003eRepeatedField\u003c/code\u003e of \u003ccode\u003eToolParameterKeyMatchMetricValue\u003c/code\u003e objects, and represents the output values of tool parameter key match metrics.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eToolParameterKeyMatchResults\u003c/code\u003e class inherits members from the base \u003ccode\u003eobject\u003c/code\u003e class, such as \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e, as outlined in the reference documentation.\u003c/p\u003e\n"]]],[],null,["# Vertex AI v1beta1 API - Class ToolParameterKeyMatchResults (1.0.0-beta47)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta47 (latest)](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.ToolParameterKeyMatchResults)\n- [1.0.0-beta46](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/1.0.0-beta46/Google.Cloud.AIPlatform.V1Beta1.ToolParameterKeyMatchResults) \n\n public sealed class ToolParameterKeyMatchResults : IMessage\u003cToolParameterKeyMatchResults\u003e, IEquatable\u003cToolParameterKeyMatchResults\u003e, IDeepCloneable\u003cToolParameterKeyMatchResults\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Vertex AI v1beta1 API class ToolParameterKeyMatchResults.\n\nResults for tool parameter key match metric. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ToolParameterKeyMatchResults \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ToolParameterKeyMatchResults](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.ToolParameterKeyMatchResults), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ToolParameterKeyMatchResults](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.ToolParameterKeyMatchResults), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ToolParameterKeyMatchResults](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.ToolParameterKeyMatchResults), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.AIPlatform.V1Beta1](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.AIPlatform.V1Beta1.dll\n\nConstructors\n------------\n\n### ToolParameterKeyMatchResults()\n\n public ToolParameterKeyMatchResults()\n\n### ToolParameterKeyMatchResults(ToolParameterKeyMatchResults)\n\n public ToolParameterKeyMatchResults(ToolParameterKeyMatchResults other)\n\nProperties\n----------\n\n### ToolParameterKeyMatchMetricValues\n\n public RepeatedField\u003cToolParameterKeyMatchMetricValue\u003e ToolParameterKeyMatchMetricValues { get; }\n\nOutput only. Tool parameter key match metric values."]]