public sealed class ToolParameterKVMatchSpec : IMessage<ToolParameterKVMatchSpec>, IEquatable<ToolParameterKVMatchSpec>, IDeepCloneable<ToolParameterKVMatchSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class ToolParameterKVMatchSpec.
[[["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 document provides reference documentation for the `ToolParameterKVMatchSpec` class within the Vertex AI v1beta1 API."],["`ToolParameterKVMatchSpec` is a class that defines the specification for a tool parameter key-value match metric, inheriting from the object class."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it includes members inherited from the base `object` class."],["There are two constructors available: a default constructor and another one that accepts another `ToolParameterKVMatchSpec` object as an argument, and it includes a property named `UseStrictStringMatch`."],["The `UseStrictStringMatch` property is a boolean that is optional and designates if a parameter value should use strict string matching."]]],[]]