trieve-client 0.11.7

Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# CtrDataRequestBody

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**clicked_chunk_id** | Option<[**uuid::Uuid**]uuid::Uuid.md> | The ID of chunk that was clicked | [optional]
**clicked_chunk_tracking_id** | Option<**String**> | The tracking ID of the chunk that was clicked | [optional]
**ctr_type** | [**models::CtrType**]CTRType.md |  | 
**metadata** | Option<[**serde_json::Value**].md> | Any metadata you want to include with the event i.e. action, user_id, etc. | [optional]
**position** | **i32** | The position of the clicked chunk | 
**request_id** | [**uuid::Uuid**]uuid::Uuid.md | The request id for the CTR data | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)