activate_single_slot_events
Creates, updates, deletes, gets or lists an activate_single_slot_events resource.
Overview
| Name | activate_single_slot_events |
| Type | Resource |
| Id | azure.ai_personalizer.activate_single_slot_events |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
activate_single_slot_event | exec | event_id, endpoint | Activate Event. Report that the specified event was actually used (e.g. by being displayed to the user) and a reward should be expected for it. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
endpoint | string | The service endpoint host (no scheme), e.g. myaccount.table.cosmos.azure.com:443 - value of the client Endpoint parameter. (default: ) |
event_id | string | The event ID to be activated. Required. |
Lifecycle Methods
- activate_single_slot_event
Activate Event. Report that the specified event was actually used (e.g. by being displayed to the user) and a reward should be expected for it.
EXEC azure.ai_personalizer.activate_single_slot_events.activate_single_slot_event
@event_id='{{ event_id }}' --required,
@endpoint='{{ endpoint }}' --required
;