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 webpage provides reference documentation for the `EventService.EventServiceBase` class, a base for server-side implementations of `EventService` within the Google Cloud Talent Solution v4 API."],["The content includes documentation for multiple versions of the API, ranging from version 1.0.0 to the latest version, 2.7.0, with links to each specific version."],["The `EventService.EventServiceBase` class is an abstract class that inherits from `Object` and includes a `CreateClientEvent` method for reporting end-user interaction events."],["The `CreateClientEvent` method takes a `CreateClientEventRequest` and a `ServerCallContext` as parameters, and it returns a `Task` containing a `ClientEvent`, which represents the response sent back to the client."],["The documentation for `EventService.EventServiceBase` also mentions the ability to inspect created events using self-service tools provided by the Google Cloud Talent Solution."]]],[]]