MlSlotClass: {
    dataType: string;
    description?: string | null;
    developerName: string;
    extractionRegex?: string | null;
    extractionType?: string | null;
    label: string;
    mlSlotClassValues: MlSlotClassValue[];
}

Type declaration

  • dataType: string
  • Optional description?: string | null
  • developerName: string
  • Optional extractionRegex?: string | null
  • Optional extractionType?: string | null
  • label: string
  • mlSlotClassValues: MlSlotClassValue[]