CreateSessionRequest
Example Usage
typescript
import { CreateSessionRequest } from "@meetkai/mka1/models/operations";
let value: CreateSessionRequest = {
createSessionRequest: {
sessionId: "<id>",
},
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
xOnBehalfOf | string | ➖ | Optional external end-user identifier forwarded by the API gateway. |
createSessionRequest | components.CreateSessionRequest | ✔️ | N/A |