public sealed class GetCustomClassRequest : IMessage<GetCustomClassRequest>, IEquatable<GetCustomClassRequest>, IDeepCloneable<GetCustomClassRequest>, IBufferMessage, IMessage
Message sent by the client for the GetCustomClass method.
[[["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 outlines the `GetCustomClassRequest` class, which is a message sent by the client to request a custom class in the Google Cloud Speech API, specifically within the `Google.Cloud.Speech.V1P1Beta1` namespace."],["The `GetCustomClassRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it a comprehensive and versatile structure."],["The class includes two constructors, a default one and another that takes a `GetCustomClassRequest` object as a parameter for copying purposes."],["The class has two primary properties: `CustomClassName`, which provides a typed view of the custom class name, and `Name`, a string representing the required name of the custom class to be retrieved in a specific format."],["The document is available in various beta versions, with the latest version being 3.0.0-beta08, and this information relates to version 2.0.0-beta09."]]],[]]