public sealed class CreateClientEventRequest : IMessage<CreateClientEventRequest>, IEquatable<CreateClientEventRequest>, IDeepCloneable<CreateClientEventRequest>, IBufferMessage, IMessage
[[["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 `CreateClientEventRequest` class is used to report events related to end-user interactions within customer applications that utilize Cloud Talent Solution, which is the primary function of this class."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating it's a part of the Google Protocol Buffers library."],["The `CreateClientEventRequest` class contains two primary properties, `ClientEvent` and `Parent`, which respectively represent the client interaction event details and the resource name of the tenant it is associated with."],["There are several versions of the `CreateClientEventRequest` class available, ranging from version 1.0.0 to the latest 2.7.0, all accessible through the links provided."],["The class has two constructors, one for creating an instance, and another for copying from an existing `CreateClientEventRequest` object."]]],[]]