CreateTextStoreRequest
Example Usage
typescript
import { CreateTextStoreRequest } from "@meetkai/mka1/models/operations";
let value: CreateTextStoreRequest = {
createTextStoreRequest: {
storeName: "product_catalog",
dimension: 3,
},
};Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
xOnBehalfOf | string | ➖ | Optional external end-user identifier forwarded by the API gateway. | |
createTextStoreRequest | components.CreateTextStoreRequest | ✔️ | N/A | { "dimension": 3, "store_name": "product_catalog" } |