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."],[[["This documentation page provides an overview of the `EventService.EventServiceBase` class within the Google Cloud Talent Solution v4 API, focusing on its role in server-side implementations."],["The latest version available is 2.7.0, and the page includes links to documentation for versions ranging from 1.0.0 to 2.7.0."],["`EventService.EventServiceBase` is an abstract class that inherits from the .NET `object` class and includes inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `CreateClientEvent` method, part of `EventService.EventServiceBase`, is responsible for reporting user interactions with applications using Cloud Talent Solution, allowing for event monitoring through self-service tools."],["The `CreateClientEvent` method takes a `CreateClientEventRequest` and `ServerCallContext` as parameters, and returns a `Task` of `ClientEvent`."]]],[]]