BotDialog: {
    botDialogGroup?: string | null;
    botSteps: BotStep[];
    description?: string | null;
    developerName: string;
    label: string;
    mlIntent?: string | null;
    mlIntentTrainingEnabled?: boolean | null;
    showInFooterMenu?: boolean | null;
}

Type declaration

  • Optional botDialogGroup?: string | null
  • botSteps: BotStep[]
  • Optional description?: string | null
  • developerName: string
  • label: string
  • Optional mlIntent?: string | null
  • Optional mlIntentTrainingEnabled?: boolean | null
  • Optional showInFooterMenu?: boolean | null