Skip to content

CreatePromptRequest

Example Usage

typescript
import { CreatePromptRequest } from "@meetkai/mka1/models/operations";

let value: CreatePromptRequest = {
  createPromptRequest: {
    name: "<value>",
    template: "<value>",
  },
};

Fields

FieldTypeRequiredDescription
xOnBehalfOfstringOptional external end-user identifier forwarded by the API gateway.
createPromptRequestcomponents.CreatePromptRequest✔️N/A