public virtual Task<ClientEvent> CreateClientEvent(CreateClientEventRequest request, ServerCallContext context)
Report events issued when end user interacts with customer's application
that uses Cloud Talent Solution. You may inspect the created events in
self service
tools.
Learn
more
about self service tools.
[[["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 `EventServiceBase` class is the foundation for server-side implementations of the EventService within the Google Cloud Talent V4 library, specifically for .NET."],["Version 2.7.0 is the latest version of the EventService, with multiple prior versions available for reference including down to version 1.0.0."],["The `CreateClientEvent` method within `EventServiceBase` allows for reporting user interaction events, which can then be inspected using self-service tools in the Google Cloud console."],["`CreateClientEvent` requires a `CreateClientEventRequest` and a `ServerCallContext` as parameters, and returns a `Task\u003cClientEvent\u003e` which represents the client's response."],["`EventServiceBase` inherits basic functionalities like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` from the .NET `Object` class."]]],[]]